Requests: Single Price History and Price History

Hi,

We have a question about the changes in templates coming in February 2020.

Currently we are using these GETs to request information from several Templates that are: “Timeseries Pricing and Single Historical Price” format and we need to change it to Single Price History and Price History, and we need to migrate that from API SOAP to REST API.


This migration will have impact on these POST/GET requests?

We need to update them, or just create new templates with the new format (Single Price History and Price History) and name them like than the old ones?


We are doing these requests to the API.


- POST - https://hosted.datascopeapi.reuters.com/RestApi/v1/Authentication/RequestToken

- GET - https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/InstrumentListGetByName(ListName='XXXXXX')

- GET - https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/InstrumentLists('XXXXXXX)/ThomsonReuters.Dss.Api.Extractions.InstrumentListGetAllInstruments

- GET - https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ReportTemplateGetByName(Name='XXXXXX')

- GET - https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ReportTemplates('XXXXXXX')

- GET - https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractWithNotesResult(ExtractionId='XXXXXXXX')

- POST - https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractWithNotes

Best Answer