List tags in a ticket
GET {{baseUrl}}/v1/tickets/:ticket_id/tags
This API lists tags associated with a ticket.
OAuth Scope
Desk.tickets.READ
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"tags":[{"name":"sample","tagType":"MANUAL","id":123234324},{"name":"sample","tagType":"MANUAL","id":123234324}]}