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
Key | Datatype | Required | Description |
---|---|---|---|
from | string | Index number, starting from which the tags must be fetched | |
limit | string | Number of tags to fetch | |
departmentId | string | ID of the department from which the tags must be fetched. | |
searchVal | string | Search keyword related to the tag. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"name":"sample","tagType":"MANUAL","id":123234324},{"name":"sample","tagType":"SYSTEM","id":123234324}]}