Retrieves the file identified by the fileId.
GET {{baseUrl}}/session/files/:fileId?suppress_response_codes=in adipisicing
Retrieving an actual file that was previously POSTed is simply performed by executing a GET on the files URI with the fileId as shown below. This will return the actual file data.
Body
PARAM
Key | Datatype | Required | Description |
suppress_response_codes
|
string | This can be left without an assignment or you can use itself, suppress_response_codes=suppress_response_codes |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
ENDPOINTS