List Attachments

List all work orders documents

Path parameters

workOrderIdstringRequired
The id of the work order

Query parameters

fieldsstringOptionalformat: "^([a-zA-Z\.],?)+$"
Specific fields requested in the response. Defaults to all fields.
sortstringOptionalformat: "^([a-zA-Z]+(:(asc|desc)+)?,?)+$"

CSV of sort value pairs by field (eg. date:asc). Sorts descending date fields by default and ascending elsewhere

filterstringOptional

Filter expression as defined by Fortress Query Language (FQL)

pageintegerOptionalDefaults to 0
the page number when used with pagination, defaults to 0
limitintegerOptionalDefaults to 10

How many items to return at one time (default 10)

Response

A paged array of attachments
createdAtdatetime
namestring
organizationIdstringformat: "uuid"
propertyIdstringformat: "uuid"
typeenum
Allowed values:
updatedAtdatetime
urlstring
workOrderIdstringformat: "uuid"
customerobject or null
customerIdstring or nullformat: "uuid"
deletedAtdatetime or null
householdobject or null
householdIdstring or nullformat: "uuid"
idstring or nullformat: "uuid"
idempotencyIdstring or nullformat: "uuid"
notesstring or null
organizationany or null
propertyobject or null
readableIdstring or null
workOrderobject or null