List Work Order Templates

Retrieve available work order templates. Returns all templates (not paginated).

Authentication

x-api-keystring
API Key authentication via header

Response

List of work order templates
idintegerOptional
Template identifier
createdAtstring or nullOptionalformat: "date-time"
updatedAtstring or nullOptionalformat: "date-time"
titlestring or nullOptional
Template title
descriptionstring or nullOptional
Template description
instructionsstring or nullOptional

Template instructions (same text as description)

typestring or nullOptional

Work order type (e.g. FIELD, OFFICE)

priorityinteger or nullOptional
dueDatestring or nullOptional
Deadline for work orders created from this template
yellowSlainteger or nullOptional

Yellow SLA threshold (days)

redSlainteger or nullOptional

Red SLA threshold (days)

assigneeobject or nullOptional

A user reference reduced to non-sensitive identity fields.

assigneePropertystring or nullOptional

Set when the assignee is a role rather than a specific user (e.g. SALES_REP, PROJECT_MANAGER).

collaboratorslist of objectsOptional
collaboratorPropertieslist of stringsOptional

Role-based collaborators (e.g. SALES_REP, PROJECT_MANAGER) as property keys.

labelslist of objectsOptional
checklistslist of objectsOptional
lineItemslist of objectsOptional
Present only when the template has line items.

Errors

401
Unauthorized Error