List Ticket Incidents
GET {{baseUrl}}/api/v2/tickets/:ticket_id/incidents
Allowed For
- Agents
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"tickets":[{"description":"The fire is very colorful.","id":33,"status":"open","subject":"My printer is on fire"},{"description":"The fire is very colorful as well!","id":34,"status":"pending","subject":"The printer is on fire over here too"}]}