Document Query
This endpoint allows querying documents previously uploaded to an operation. Use it to retrieve the content of the documents linked to a collateral, such as the collateral instrument (collateral_document_key) and the accessory documents (additional_documents[].document_key), using the document_key returned by the document upload or by the operation query.
Document Query (GET)
Request
ENDPOINT
/commercial_paper/document/DOCUMENT-KEYMETHOD
GETPath Params
| Field | Type | Description | Max Characters |
|---|---|---|---|
DOCUMENT-KEY * | string | Unique key of the document to be queried (UUID v4). | 36 |
Response
STATUS
200Response Body
{
"document_base64": "sringb64"
}
Response Body Params
| Field | Type | Description |
|---|---|---|
document_base64 * | string | Document content encoded in Base64. |