• Register

Retrieve attachments

This api allows to retrieve all available attachments’ ids for a specific document, previously retrieved by /documents API. #### Request URI
Parameter Type Mandatory Description
Path Parameter
documentType String Y Type of document, i.e. SalesDelivery
id String Y Document's unique identifier
Query Parameter
logisticOperator String Y Name of Logistic Operator
#### Response Structure
Field Type Mandatory Description
id String Y Attachment's unique identifier
fileName String Y File's name
fileExtension String Y File's extension
#### Response Example #### Error Response Example
Field Type Mandatory Description
statusCode Integer Y Status code, i.e. 400, 401, 500
message String Y Short error description

Docs Navigation