Retrieve all custom fields available for work orders.
Retrieve all custom fields available for work orders.
access_token OAuth 2.0 Access Token
In: query
Page number (1-indexed)
11 <= valueNumber of results per page
251 <= valuecurl -X GET "https://api-sandbox.fndev.net/api/rest/v2/custom-fields"{
"actions": [
"delete"
],
"metadata": {
"total": 72,
"page": 1,
"pages": 15,
"per_page": 5,
"columns": "id,name,tip,type,required,internal,unique,for_tech,admin_edit_only,template,flags,depends_on_custom_label,system_purpose",
"view": "model",
"sort": "",
"order": "asc",
"list": "work_order"
},
"params": [],
"lists": [
{
"id": "all",
"label": "All",
"empty_message": "There are no results to display.",
"selected": false,
"actions": [
"delete"
],
"custom_tab_id": null,
"count": -1
}
],
"results": [
{
"id": 756,
"name": "# of Games",
"tip": "",
"type": "text",
"required": 0,
"internal": 0,
"unique": 0,
"for_tech": 0,
"actions": [
"edit"
],
"admin_edit_only": 0,
"template": 0,
"flags": [
"show_in_available"
],
"dependency": {
"id": 0,
"value": "",
"operator": "equals"
},
"system_purpose": {
"name": "",
"code": ""
}
}
],
"correlation_id": "custom_fields"
}{
"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": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}application/json
application/json
application/json
application/json
application/json
Last updated on