get Case Filing Doc

GET {{baseUrl}}/v6/cases/:case-id/documents?format=ORIGINAL&memo=Memo

Issuers and acquirers use this endpoint to retrieve all documents in a desired format associated with a case.

Note: this endpoint returns all documents that either party has submitted for the case.

Request Params

KeyDatatypeRequiredDescription
formatstring(Required) File Format.

Length: 8-11

Valid Values/Format: ORIGINAL, MERGED_TIFF, MERGED_PDF | | memo | string | | Adding field for future use. Please leave blank at this time.

Length: N/A

Valid Values/Format: Alphanumeric |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"fileAttachment":{"filename":"testimage.zip","file":"This is an image file stored in a base64 encoded string"}}