Tickets

Get ticket fields

Use this method to get a list of the custom fields that clients must fill in to submit a ticket to a help desk system.

GET
/api/v2/my/tickets/fields

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/my/tickets/fields"
[  {    "name": "customField",    "label": "Custom Field",    "rules": [      {}    ],    "subFields": [      {}    ],    "type": 0  }]
{  "error": {    "message": "Unauthorized"  }}
{  "error": {    "message": "Not Found"  }}
{  "error": {    "message": "Too Many Requests"  }}
{  "error": {    "message": "Service Unavailable"  }}