Packages
Download package
Downloads all documents in a package as a single .zip file. Only finished
and archived packages can be downloaded; other states return 409 Conflict.
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"
Response
The package's contents in a zip file
The response is of type file.
Error