Hello,
I'm trying to pass/set custom headers for GET REST API call. On execution I'm getting below error response.
{
"status": 415,
"code": "E_UNSUPPORTED_MEDIA_TYPE",
"message": "The specified media type application/octet-stream is not supported. Supported media types: [application/vnd.emc.documentum+json, application/vnd.emc.documentum+xml].",
"details": "Content type 'application/octet-stream' not supported"
}
I would like to know whether Documentum REST API does not support the following content type - application/octet-stream
Even after specifying the following setting MediaType.APPLICATION_OCTET_STREAM_VALUE
Kindly help me in understanding the support media types.
Thanks.