NodeRings Docs

Download Ticket Attachment

GET
/v1/tickets/attachments/{attachmentId}:download
Authorization<token>

Bearer token

In: header

X-Organization-ID<token>

Tenant or organization identifier

In: header

Path Parameters

attachmentIdstring

Response Body

application/json

curl -X GET "https://api.nrings.io/v1/tickets/attachments/{attachmentId}:download" \  -H "Authorization: Bearer {your_token}" \  -H "X-Organization-ID: {your_org_id}"
{
  "attachmentId": "string",
  "fileName": "string",
  "mimeType": "string",
  "fileSize": "string",
  "fileContent": "string"
}