Get attachment
GET/attachments/:attachment_id
note
This feature is only available in Preview to select customers on our Enterprise plan. Contact us for more information.
Returns an Attachment object with the given id.
Request
Path Parameters
attachment_id stringrequired
Example: 0258cbc6-6020-430a-848e-aafacbadf4ae
Query Parameters
include_raw_data boolean
Whether to include raw data fetched from the 3rd party provider.
Example: true
Header Parameters
x-customer-id stringrequired
The customer ID that uniquely identifies the customer in your application
Example: my-customer-1
x-provider-name stringrequired
The provider name
Example: salesforce
Responses
- 200
attachmentData
- application/json
- Schema
- Example (from schema)
Schema
file_name stringrequired
ticket stringrequired
file_url stringrequired
content_type stringrequired
uploaded_by stringrequired
{
"file_name": "Screenshot.png",
"ticket": "0958cbc6-6040-430a-848e-aafacbadf4ae",
"file_url": "http://alturl.com/p749b",
"content_type": "jpeg",
"uploaded_by": "28b54125-287f-494d-965e-3c5b330c9a68"
}
Loading...