Retrieve processed documents associated with cases

GET {{baseUrl}}/cases/:case_id/documents?download_format=ORIGINAL

Senders and receivers use this endpoint to retrieve all documents from a case. The documents include any documents attached by the sender, receiver, or both.

Request Params

KeyDatatypeRequiredDescription
download_formatstring(Required) Desired format of the documents.

Available values: ORIGINAL, MERGED_TIFF, MERGED_PDF |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"fileName":"CustomerLetter.pdf","file":"This is a file stored in a base64 encoded string"}