Get Service Desk Custom Fields
Returns an array of custom fields for a specified service desk.
GET /automation/servicedesks/{serviceDeskId}/customfields
- Accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Auth}
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"
}
