We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
URL : /tickets/:id/attachments
/tickets/:id/attachments
Method : GET
GET
Auth required : YES (Admin, User)
200 OK
Content example
[ { "ticketId": "1", "attachmentId": "42", "originalName": "image.jpg" } ]
401 UNAUTHORIZED
Authorization fails.
403 FORBIDDEN
The permissions are not sufficient.
404 NOT FOUND
The ticket does not exist.