I was trying to use the InstrumentListExport, it's a Get with URL as:
https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/InstrumentLists('0x076c06646de73511')/ThomsonReuters.Dss.Api.Extractions.InstrumentListExport
and with request body as:
{ "Format":"Csv", "IncludeSource":true }
However I ended up with a "501 Not Implemented" return status and response body as:
{ "error": { "code": "EntitySetController Unmapped Request ErrorCode", "message": "EntitySetController Unmapped Request ~/entityset/key/unresolved" } }
Could you please advise what I am missing here? Thanks!