Field NationDeveloper Platform
Field NationDeveloper Platform
Overview

Work Orders

List Work Order Lists GETTrigger Smart Dispatch POSTDelete Work Order DELETEGet Work Order Details GETUpdate Work Order PUTList Work Orders GETCreate Work Order POST

Resources

BasicsCore operations

List Work Order Lists


Return saved work order lists (e.g., tabs or saved searches) and their current counts, honoring the list and sticky parameters.

GET
/api/rest/v2/workorders/lists

Authorization

access_token
access_token<token>

OAuth 2.0 Access Token

In: query

Query Parameters

list?string

Get cached work order count if available to avoid database load

sticky?string

Preserve filters between page loads

stickyName?string

Name of the sticky filter to fetch

curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/workorders/lists"
[]
{
  "status": 500,
  "message": "Operation successful."
}
{
  "status": 500,
  "message": "Operation successful."
}

Response Body

application/json

application/json

application/json

Last updated on

Generate Access Token POST

Previous Page

Trigger Smart Dispatch POST

Next Page

curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/workorders/lists"