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": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
Last updated on
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/workorders/0/custom_fields/string_value"