Documents
Download document
Downloads a single document from a package as a PDF or XML file. A document can only be downloaded once the package is fully finished.
GET
Error
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The target package's unique identifier A package's unique identifier
Example:
"00000000-0000-0000-0000-000000000000"
The target document's unique identifier A document's unique identifier
Example:
"00000000-0000-0000-0000-000000000000"
Response
The specified document in a pdf or xml file
The response is of type file.
Error