Tickets

Download ticket attachments

Use this method to download the files attached to help desk tickets.

GET
/api/v2/my/tickets/attachments/{attachmentId}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

attachmentId*string

The attachment identifier.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/my/tickets/attachments/1"
"example.csv"
{  "error": {    "message": "Unauthorized"  }}
{  "error": {    "message": "Not Found"  }}