v1

latestOpenAPI 3.0.12026-08-041753011.2 MB
Template (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

idstring

Represents a template identifier across the system.

namestring

Represents a template name.

userIdstring

Represents a user identifier across the system.

workspaceIdstring

Represents a workspace identifier across the system.

Example response

{
  "id": "5b6d45c4b0798751107762b8",
  "name": "exampleTemplate",
  "userId": "89b687e29ae1f428e7ebe912",
  "workspaceId": "64a687e29ae1f428e7ebe303"
}