Duplicate Project
Delete Project
Description
Duplicate an existing project from Prodege
Request URL
Prodege Base URL + /project-duplicate
Request Method
POST
Request Parameters
Parameter Name
Parameter Type
Description
Required?
apik
String
Your API Key.
Yes
prodege_project_id
Numeric
The ID that uniquely identifies the project in the Prodege system. This is the project that will be duplicated.
Yes
project_id
Numeric
The ID that will uniquely identify the new project in your system.
Yes
Response Parameters
Parameter Name
Parameter Type
Description
return_status
String
The return status for this api call
prodege_project_id
Numeric
The Prodege project ID that uniquely identifies the new project that is now created.
Last updated