Tickets API
GET/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.

RBAC · ticket

Path parameters

idstring <uuid>Required
Ticket UUID.
documentIdstring <uuid>Required
Document UUID.

Response body

Success response 200 · schema WorkV1ApiSuccess

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Binary document stream (Content-Disposition attachment).
401
API key missing/invalid.
403
RBAC denied for ticket resource action.
404
Document not found.
500
Unexpected failure.