Get by Field ID
Gets a custom field by work order id and custom field id.
URLs
Environment | Method | URL |
---|---|---|
Sandbox | https://api-sandbox.fndev.net/api/rest/v2/workorders/work_order_id/custom_fields/custom_field_id | |
Production | https://api.fieldnation.com/api/rest/v2/workorders/work_order_id/custom_fields/custom_field_id |
Path Parameters
Parameter | Type | Example | Notes |
---|---|---|---|
work_order_id | integer | 1753 | Work Order ID. |
custom_field_id | integer | 129 | Custom Field ID. |
Query Parameters
Parameter | Type | Example | Notes |
---|---|---|---|
access_token | string | abc123defg459hijk786lmn45 | Required. |
Body
Not applicable.
Response
Returns the Custom Field Object by Work Order. Refer to Custom Fields for parameter details and examples.