Skip to main content

get-all-copy

Follows: AuthenticationCachingPollingList Response FormatScheduled Job

The work order endpoint returns a list of all work orders in your AppFolio® account. Pass occupancyId to limit the results to work orders for a single occupancy. This endpoint should respond immediately with your most recently cached data.

Parameters


propertyIdselect
AppFolio ID of a Property to serve as a filter.

propertyGroupIdselect
AppFolio ID of a Property Group to serve as a filter.

ownerIdselect
AppFolio ID of an Owner to serve as a filter.

occupancyIdselect
AppFolio ID of an Occupancy. When provided, returns only work orders for that occupancy.

status_dateselect
Filter work orders by date of a specific status.
Default Value:  
All
Possible Values:  
All
Created On
Estimate Requested On
Estimated On
Scheduled Start
Work Done On
Completed On

dateRangeselect
Status Date Range Range for report.
Default Value:  
this_month_to_date
Possible Values:  
today
this_week
this_week_to_date
this_month
this_month_to_date
this_quarter
this_quarter_to_date
this_year_to_date
last_year
last_year_to_date
yesterday
last_week
last_week_to_date
last_month
last_month_to_date
last_quarter
last_quarter_to_date
last_7_days
last_30_days
last_60_days
last_90_days
trailing_12_months
next_7_days
next_30_days
next_60_days
next_90_days
next_week
next_month
next_quarter
until_1_week_ago
until_1_month_ago
all_time

dateFromdate
Status Date Range to given in MM/DD/YYYY (e.g. 01/31/2021)

dateTodate
Status Date Range to given in MM/DD/YYYY (e.g. 01/31/2021)

priorityselect
Filter work orders for a specific priority.
Default Value:  
All
Possible Values:  
Normal
Urgent
Low
All

typeselect
Filter work orders for a specific type.
Default Value:  
All
Possible Values:  
All
Internal
Resident
Unit Turn

statusselect
Filter work orders for a specific status.
Default Value:  
All
Possible Values:  
All
New
Estimate Requested
Estimated
Assigned
Scheduled
Waiting
Work Done
Ready To Bill
Completed
Canceled
Completed No Need To Bill

 

Returns


The standard List Response Format with a data property containing an array of WorkOrder objects.