Return saved work order lists (e.g., tabs or saved searches) and their current counts, honoring the list and sticky parameters.
access_token OAuth 2.0 Access Token
In: query
Scopes results to a specific stage of the work order lifecycle — equivalent to selecting a tab in the Field Nation UI. Always include this parameter explicitly; if omitted, the API falls back to the last saved sticky state, which can silently change results between requests.
"workorders_all""workorders_in_flight" | "workorders_draft" | "workorders_published_routed" | "workorders_assigned" | "workorders_problem" | "workorders_work_done" | "workorders_approved" | "workorders_all"When true, saves the current filters, columns, and sort to be re-applied on future requests where those parameters are omitted. Saves per authenticated user, per list. Always pass false in integrations to keep requests self-contained.
falseNamed sticky context to apply or save (e.g. mobile). Allows multiple independent sticky states per authenticated user.
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/workorders/lists"[]{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
Last updated on
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/workorders/lists"