Tickets APIGET/api/v1/tickets/{id}/documents/{documentId}
Product availabilityAlgaPSAAlgaDesk
Download a ticket document
Downloads a specific document attached to a ticket as binary data with Content-Type and Content-Disposition headers.
Path parameters
idstring <uuid>Required
Ticket UUID.
documentIdstring <uuid>Required
Document UUID.
Response body
Success response 200 · schema WorkV1ApiSuccess
anyOf (option 2)array of object
Response codes
200
Binary document stream (Content-Disposition attachment).
401
API key missing/invalid.
403
RBAC denied for ticket resource action.