Get Contacts
Gets a paginated list of contacts by work order id.
Note: The Work Order Manager is included in the Contacts Response as a read-only object. You can not add or update a manager using the /contacts path.
URLs
Environment | Method | URL |
---|---|---|
Sandbox | https://api-sandbox.fndev.net/api/rest/v2/workorders/work_order_id/contacts | |
Production | https://api.fieldnation.com/api/rest/v2/workorders/work_order_id/contacts |
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. |
Body
Not applicable.
Response
Returns the Contacts Response. Refer to Contacts for parameter details and examples.