Get Work Orders

Gets a paginated list of work order ids, sorted by the work order schedule. If you need to monitor work order events and status changes, it’s recommended that you use Field Nation’s Webhooks API instead of returning a static list. Refer to [Webhooks] for more information.

URLs

Environment Method URL
Sandbox https://api-sandbox.fndev.net/api/rest/v2/workorders
Production https://api.fieldnation.com/api/rest/v2/workorders

Path Parameters

Not applicable.

Query Parameters

Refer to Pagination for a list of additional query parameters.

Parameter Type Example Notes
access_token string abc123defg459hijk786lmn45 Required.
list string &list=workorders_draft Work Order Flightboard Status. Required.
Options

Body

Not applicable.

Response

You can locate template ids in the Response > results object. Refer to Pagination for more information.

Examples

Get Work Order Drafts

Errors

Standard HTTP and OAuth error codes.