Retrieve a single custom field configuration/value by `custom_field_id`.
Retrieve a single custom field configuration/value by custom_field_id.
access_token OAuth 2.0 Access Token
In: query
Work Order ID
Custom Field Id
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/workorders/0/custom_fields/string_value"{
"id": 355,
"name": "Client PO #",
"tip": "",
"type": "text",
"role": "buyer",
"dependency": {
"id": 0,
"value": "",
"operator": "equals"
},
"used_in_finance": false,
"options": [],
"flags": [],
"value": "",
"category": "General",
"order": 2,
"actions": [
"edit"
]
}{
"status": 400,
"message": "Validation failed: field 'title' is required"
}{
"status": 500,
"message": "Operation successful."
}{
"status": 403,
"message": "You do not have permission to access this work order"
}{
"status_code": 404,
"message": "Work order not found"
}{
"status": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}application/json
application/json
application/json
application/json
application/json
application/json
Last updated on