v1
latestOpenAPI 3.0.12026-08-041753011.2 MBTemplate (Deprecated)
Get all templates on a workspace
get/v1/workspaces/{workspaceId}/templates
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
Query parameters
namestring
If provided, you'll get a filtered list of templates that contain the provided string in their name.
If provided, you'll get a filtered list of templates that contain the provided string in their name.
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.
pageinteger
page-sizeinteger
Response
OK
Example response
[
{
"id": "5b6d45c4b0798751107762b8",
"name": "exampleTemplate",
"userId": "89b687e29ae1f428e7ebe912",
"workspaceId": "64a687e29ae1f428e7ebe303"
}
]