GET
/
ticketing
/
attachments
/
{id}
curl --request GET \
  --url https://api.panora.dev/ticketing/attachments/{id}
{
  "message": "<string>",
  "error": "<string>",
  "statusCode": 123,
  "data": {
    "file_name": "<string>",
    "file_url": "<string>",
    "uploader": "<string>",
    "field_mappings": {},
    "id": "<string>",
    "remote_id": "<string>",
    "remote_data": {}
  }
}

Path Parameters

id
string
required

id of the attachment you want to retrive.

Query Parameters

remote_data
boolean

Set to true to include data from the original Ticketing software.

Response

200 - application/json
statusCode
number
required
message
string
error
string
data
object