Logo
OpenText Developer Cloud public resources API Documentation

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





Curl
curl -X GET 'https://capture.ot2.opentext.com/cp-rest/v2/session/files/:fileId?suppress_response_codes=in adipisicing?suppress_response_codes=in adipisicing'

ENDPOINTS