List Work Orders

List all Work Orders

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 work orders
alarmCodestring
assignedUserIdstringformat: "uuid"
attachmentIdsstringformat: "uuid"
attachmentslist of objects
completedAtdatetime
createdAtstring
customerobject
customerIdstringformat: "uuid"
deletedAtdatetime
descriptionstring<=500 characters
doorCodestring
dueDatestringformat: "date"
entryNotesstring<=500 characters
entryPreferenceenum
Allowed values:
hasPetAlertboolean
holdReasonstring
hourlyServiceRatedouble
The hourly service rate.
householdobject
householdIdstringformat: "uuid"
idstringformat: "uuid"
idempotencyIdstringformat: "uuid"
isAlarmActiveboolean
isDoorCodeActiveboolean
maintenanceIssueobject
maintenanceIssueIdstringformat: "uuid"
maintenanceLocationobject
maintenanceLocationIdstringformat: "uuid"
organizationIdstringformat: "uuid"
otherLocationDetailstring<=500 characters
previouslyReportedboolean
If the Issue was previously reported, this will be true.
priorityenum
Allowed values:
propertyobject
propertyIdstringformat: "uuid"
readableIdstring
requestedStartDateFromstringformat: "date"
requestedStartDateTostringformat: "date"
requestedStartTimeFromstring
requestedStartTimeTostring
requestorEmailstring
requestorPhonestring
serviceNotesstring<=2000 characters
statusenum
Allowed values:
technicianNotesstring<=500 characters
Notes to the technician.
totalAmountOwedByPropertydouble
The total amount owed by the property.
totalAmountOwedByResidentdouble
The total amount owed by the resident.
totalCostOfMaterialsUseddouble
The total cost of materials used.
totalLaborCostdouble
The total labor cost.
unitobject
unitIdstringformat: "uuid"
updatedAtdatetime
userobject
vendorNotesstring<=2000 characters