Introduction
There are several endpoints available to create new objects using existing templates or to update existing objects.
Template Endpoints in the Project Context
-
.../Integration/template/project/create/{templateid}
: For adding projects based on project templates.
Learn more: API Endpoint: Template/Project/Create
-
.../Integration/template/project/updatemasterdata/{templateid}
: For updating project master data in existing projects based on project templates.
Learn more: API Endpoint: Template/Project/UpdateMasterData
Template Endpoints in the Task Context
-
.../Integration/template/task/create/{templateid}
: For adding tasks based on task templates.
Learn more: API Endpoint: Template/Task/Create
Template Endpoints in the Status Report Context
-
.../Integration/template/statusreport/create/{templateid}
: For adding status reports based on status report templates.
Learn more: API Endpoint: Template/StatusReport/Create
Developers can use this information to integrate projects, tasks, or status reports based on existing templates of the respective type from other sources into the system and retrieve the processing status.
Each endpoint has its own XML structure that must be used for requests to the endpoint.
Additionally, each endpoint requires the use of a personalized token, which can be obtained from the Admin Center and must be set in the header. More information about the header.
Comments
0 comments
Please sign in to leave a comment.