List ticket tags
GET {{baseUrl}}/v1/ticketTags?departmentId=<long>
This API lists the ticket tags added in your help desk portal.�
OAuth Scope
Desk.tickets.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
departmentId | string | ID of the department from which the tags must be fetched | |
sortBy | string | Key that sorts tags by a specific attribute: createdTime or count. The default sorting order is descending. | |
from | string | Index number, starting from which the tags must be fetched | |
limit | string | Number of tags to fetch |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"ticketCount":"10","name":"sample","tagType":"MANUAL","id":"12312312312"},{"ticketCount":"0","name":"sample","tagType":"MANUAL","id":"12312312312"}]}