Project templates allow you to have reusable and dynamic structure to simplify creation of a project. Project template can contain information about activities, tasks and groups that will be used when creating a project.
Returns all not deleted project templates. This is a cursor-paginated endpoint. For more information, please refer to our documentation on pagination.
/v1/projectTemplates
cursor
string
For pagination, the marker (an opaque string value) representing the first item on the next page
limit
integer
For pagination, the limit of entries to be returned. If not provided, up to 500 items will be returned.
OK
Returns the details of a specific project template.
/v1/projectTemplates/{id}
id
integer
required
The ID of the project template
OK