For a deeper look into our DataScope Select REST API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials
If you do not know what field lists are available, you can request a list of those available.
The report template type must be specified in the path. As we want End of Day data we set a value of EndOfDayPricing. The following tutorials show other possibilities.
You can try tutorial 2a on Postman. Please download from this URL.
Here is the sample request(captured from Fiddler 4) :
GET https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/GetValidContentFieldTypes(ReportTemplateType=ThomsonReuters.Dss.Api.Extractions.ReportTemplates.ReportTemplateTypes%27EndOfDayPricing%27) HTTP/1.1 Prefer: respond-async Content-Type: application/json Authorization: Token <your token> cache-control: no-cache Postman-Token: 59c69bd1-f65c-4d24-866c-6a61d8de7845 User-Agent: PostmanRuntime/7.1.1 Accept: */* Host: hosted.datascopeapi.reuters.com cookie: DSSAPI-COOKIE=R3148268809 accept-encoding: gzip, deflate Connection: close
The result includes "EOD.Maturity Date" field.
@chavalit.jintamalit
@chavalit.jintamalit
Hi,
Can you pls explain the issue with previous quoted example. So that I can explain to client in context of the issue between two codes