Requests by Work Order

Gets a paginated list of Providers > Pending assignment. This list includes routed providers and provider requests.

URLs

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

Path Parameters

Parameter Type Example Notes
work_order_id integer 1753 Work Order ID.

Query Parameters

Refer to Pagination for a list of additional query parameters.

Parameter Type Example Notes
access_token string abc123defg459hijk786lmn45 Required.
list string &list=find_providers_pending_assignment Provider List Type. Required.

Body

Not applicable.

Response

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

Examples

For provider requests, has_request is true and includes a request object. Routed providers include a route object.

Provider Request
Routed Provider

Errors

Standard HTTP and OAuth error codes.