Project templates
Contents
List Project Templates in a Space
List of Projects Templates can only be obtained via a space, so in order to collect all existing Project Templates one need to iterate over spaces requesting project templates for each space. For more details on document model see:
Below is an endpoint returning Project Templates for a particular space.
Endpoint:
URL |
|
Method |
|
Expected response code |
|
Expected response type |
|
URL parameters:
space_id
– ID of a space to list project templates for.
Example:
space_id=ccdaa098-7758-11ee-a909-1397b0b24186
curl -v \
-H "Authorization: apikey $API_USER:$API_KEY" \
$COREDATA_BASE_URL/api/v2/spaces/$space_id/projects/templates/
Example response: