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

KeyDatatypeRequiredDescription
departmentIdstringID of the department from which the tags must be fetched

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;ticketCount&quot;:&quot;10&quot;,&quot;name&quot;:&quot;sample&quot;,&quot;tagType&quot;:&quot;MANUAL&quot;,&quot;id&quot;:&quot;12312312312&quot;},{&quot;ticketCount&quot;:&quot;0&quot;,&quot;name&quot;:&quot;sample&quot;,&quot;tagType&quot;:&quot;MANUAL&quot;,&quot;id&quot;:&quot;12312312312&quot;}]}