List Ticket Attachments
Authorization<token>
Bearer token
In: header
X-Organization-ID<token>
Tenant or organization identifier
In: header
Path Parameters
ticketIdstring
Response Body
application/json
curl -X GET "https://api.nrings.io/v1/tickets/{ticketId}/attachments" \ -H "Authorization: Bearer {your_token}" \ -H "X-Organization-ID: {your_org_id}"{
"attachments": [
{
"id": "string",
"ticketId": "string",
"fileName": "string",
"fileSize": "string",
"mimeType": "string",
"uploadedByUserId": "string",
"timestamps": {
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z"
}
}
]
}