For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 3 2 7

Searching for Futures and Options with the DSS REST API - reference query criteria

The DSS API Reference Tree shows a wide range of query criteria for Futures and Options Search here: https://hosted.datascopeapi.reuters.com/RestApi.Help/Context/Operation?ctx=Search&opn=FuturesAndOptionsSearch

This gives an example C# and https query and response with JSON, but it doesn't seem to be interactive in any way. So, if I were to use the Ref Tree form to try to create an example, I would like to test valid search criteria values and see the formatted JSON payload to Post to DSS. I cannot get this detail. I also checked the C# example application Dss.Api.Examples.sln from here https://developers.thomsonreuters.com/datascope-select-dss/datascope-select-rest-api/downloads but this does not seem to include the Futures and Options code that is in the API Reference Tree.

Is there a resource that can help me be sure of a correctly constructed query with the large set of criteria that is available?

dss-rest-apidatascope-selectdss
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@mrr, thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text beneath the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question. Thanks, AHS

@mrr, please be informed that a reply has been verified as correct in answering the question, and has been marked as such. Thanks, AHS

1 Answer

· Write an Answer
Upvotes
Accepted
13.7k 26 8 12

@mrr,

DSS API Reference Tree

It is only partially interactive: you can change parameters in the screen where the query is displayed, and then click on the JSON Model tab to see the corresponding formatted body of the request. But you cannot actually run the request, and you cannot change the C# code.

C# example app

If you run the binary, you can select a query and run it, but not change any of its parameters.

If you open the solution and edit the code you can change anything you like, and run it. In the VS Solution Explorer open Search and SearchExamples.cs, there you will find the code for the futures and options search.

Note: the API Reference Tree and the C# example app contain the same code examples.

Postman

I prefer to experiment with Postman, it is very efficient. The downloadable Postman collection contains code for the future and option search, and is described in the REST API Tutorial 13.

Conclusion

There are different ways to experiment and learn the API. For more tips see here and here.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.