Work order notes and work items
New: Work order notes endpoints
You can now create and list notes directly on work orders.
Create a note
Response:
List notes
New: workItems on work order responses
GET /work-orders/{workOrderId} now includes a workItems array containing Blueprint workflow items linked to the work order. Two types are supported:
FORM— a form instance (e.g. site survey, roof mount checklist)FILE_REQUEST— a document upload request (e.g. shade report)
If no work items are linked, workItems is an empty array.
