Search tags

GET {{baseUrl}}/v1/tags/search?departmentId=<long>

This API searches for tags added in your help desk portal.

OAuth Scope

  • Desk.tickets.READ

Request Params

KeyDatatypeRequiredDescription
fromstringIndex number, starting from which the tags must be fetched
limitstringNumber of tags to fetch
departmentIdstringID of the department from which the tags must be fetched.
searchValstringSearch keyword related to the tag.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;name&quot;:&quot;sample&quot;,&quot;tagType&quot;:&quot;MANUAL&quot;,&quot;id&quot;:123234324},{&quot;name&quot;:&quot;sample&quot;,&quot;tagType&quot;:&quot;SYSTEM&quot;,&quot;id&quot;:123234324}]}