Hi!
We have recently received a notification from refinitiv to update connection url from "hosted.datascopeapi.reuters.com " to "selectapi.datascope.refinitiv.com ".
Most of the api calls are failing with the new url (refinitiv one). Could you please confirm if there are other changes as well besides namespace update in url. If yes please share the api reference guide for same.
Moreover, the help link at https://select.datascope.refinitiv.com/DataScope/Home guides to older api guide which has older urls and odatatype for rest api.
Below are the payload details and response from both the url.
Request url: https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/InstrumentLists Method: post payload: { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.SubjectLists.InstrumentList", "Name": "test_selectapi" } response:{ "error": { "message": "Malformed request payload: Unexpected @odata.type 'DataScope.Select.Api.Extractions.SubjectLists.ThomsonReuters.Dss.Api.Extractions.SubjectLists.InstrumentList' in payload" } }
Request url: https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/InstrumentLists Method: post request payload :same as above response: { "@odata.context": "https://hosted.datascopeapi.reuters.com/RestApi/v1/$metadata#InstrumentLists/$entity", "ListId": "0x0xxxxxfcx19a", "Name": "test_selectapi", "Count": 0, "Created": "2021-05-27T11:23:07.789Z", "Modified": "2021-05-27T11:23:07.789Z" }