Skip to content

List Ticket Attachments

David Haller edited this page Jul 8, 2018 · 1 revision

List Attachments of Project

URL : /tickets/:id/attachments

Method : GET

Auth required : YES (Admin, User)

Success Response

200 OK

Content example

[
  {
    "ticketId": "1",
    "attachmentId": "42",
    "originalName": "image.jpg"
  }
]

Error Response

401 UNAUTHORIZED

Authorization fails.

403 FORBIDDEN

The permissions are not sufficient.

404 NOT FOUND

The ticket does not exist.

Clone this wiki locally