Next Topic

Previous Topic

Book Contents

Get Service Desk Custom Fields

Returns an array of custom fields for a specified service desk.

GET /automation/servicedesks/{serviceDeskId}/customfields

Headers

Model Schema

Field

Datatype

Filterable

Sortable

CustomFieldId

decimal

 

Ref

string

 

Caption

string

Order

int

 

Format

decimal

 

DefaultValue

string

 

 

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"
}