Returns an array of custom fields for a specified service desk.
GET /automation/servicedesks/{serviceDeskId}/customfields
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"CustomFieldId": 0,
"Ref": "string",
"Caption": "string",
"Order": 0,
"Format": "string",
"DefaultValue": "string",
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}