List Time Entries
List all time entries for a specific work order
Path parameters
workOrderId
The id of the work order
Query parameters
fields
Specific fields requested in the response. Defaults to all fields.
sort
CSV of sort value pairs by field (eg. date:asc). Sorts descending date fields by default and ascending elsewhere
filter
Filter expression as defined by Fortress Query Language (FQL)
page
the page number when used with pagination, defaults to 0
limit
How many items to return at one time (default 10)
Response
A paged array of time entries for the work order
createdAt
date
The service date for this time entry
endTime
The end time of the time entry
id
propertyId
Associated property
startTime
The start time of the time entry
updatedAt
workOrderId
Associated work order

