List recent tags
GET {{baseUrl}}/v1/recentTicketTags?departmentId=<long>
This API lists the five most recent tags associated with tickets.
OAuth Scope
Desk.tickets.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
departmentId | string | ID of the department from which the tags must be fetched |
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"}]}