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": 123,
"name": "Sample Name",
"tip": "string_value",
"type": "standard",
"role": "assigned_provider",
"dependency": {
"id": 123,
"value": "string_value",
"operator": "string_value"
},
"used_in_finance": true,
"options": [],
"flags": [],
"value": "string_value",
"category": "string_value",
"order": 0,
"actions": []
}{
"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