- File: Downloads a synced file from a File Storage integration.
- Ticket: Downloads a ZIP archive of a ticket’s content and attachments. The archive will include:
- A Markdown file containing the ticket’s properties, content body, and full list of comments
- A folder of
attachments/
with files that were attached to this ticket
Authorizations
Paragon User Token. Add to the Authorization header of your requests.
Path Parameters
ID of the Sync
ID (Sync-generated UUID, not external ID) of the file to download
Response
200
The response will be the binary content of the file. The Content-Type
response header will vary based on the MIME type of the file.