Projects API
GET/api/projects/templates/{templateId}
Product availabilityAlgaPSA

Get a project template

Returns a single project template by id.

RBAC · project

Path parameters

templateIdstring <uuid>Required

Response body

Success response 200 · schema UnversionedV1Success

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Get a project template.
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required permission.
404
Template not found.
500
Unexpected error.