Get Work Order by ID

Gets a work order by work order id.

URLs

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

Path Parameters

Parameter Type Example Notes
work_order_id integer 1731 Work Order ID.

Query Parameters

Parameter Type Example Notes
access_token string abc123defg459hijk786lmn45 Required.

Body

Not applicable.

Response

This endpoint returns the Work Order Object.

Errors

Standard HTTP and OAuth error codes.

Examples

401 Unauthorized