List Request Work Orders

Retrieve work orders for a specific request

Authentication

x-api-keystring
API Key authentication via header

Path parameters

requestIdstringRequired
Request identifier

Response

List of work orders
idinteger or null
Work order identifier
uidinteger or null
Unique work order number within the project
templateIdinteger or null
Template identifier for the work order
createdAtstring or nullformat: "date-time"
Creation timestamp
updatedAtstring or nullformat: "date-time"
Last update timestamp
titlestring or null
Work order title
descriptionstring or null
Work order description
priorityinteger or null
Priority level
startDatestring or nullformat: "date-time"
Scheduled start date
startDateAllDayboolean or null

Whether the start date is an all-day event

endDatestring or nullformat: "date-time"
Scheduled end date
endDateAllDayboolean or null

Whether the end date is an all-day event

completedAtstring or nullformat: "date-time"
Timestamp when the work order was completed
isArchivedboolean or null
Whether the work order is archived
isCompletedboolean or null
Whether the work order is completed
isFieldboolean or null
Whether the work order is a field task
labelslist of objects or null
Labels associated with the work order
projectobject or null
Project associated with the work order
assigneeobject or null
User assigned to the work order
visitsobject or null

Site visits associated with the work order (legacy shape)

statuseslist of objects or null
History of status changes and time spent in each status
statusobject or null
Current status of the work order
checklistlist of objects or null
Checklist items for the work order