v1
latestOpenAPI 3.0.12026-08-041753011.2 MBTemplate (Deprecated)
Get template by ID on a workspace
get/v1/workspaces/{workspaceId}/templates/{templateId}
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
templateIdstring required
Represents a template identifier across the system.
Example:5b6d45c4b0798751107762b8
Represents a template identifier across the system.
Query parameters
cleansedboolean
If set to true will filter out inactive template projects and tasks.
If set to true will filter out inactive template projects and tasks.
hydratedboolean
If set to true will return hydrated template projects and tasks.
If set to true will return hydrated template projects and tasks.
Response
OK
Example response
{
"id": "5b6d45c4b0798751107762b8",
"name": "exampleTemplate",
"userId": "89b687e29ae1f428e7ebe912",
"workspaceId": "64a687e29ae1f428e7ebe303"
}