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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 0 1 2

Is there any API to fetch template details, defined by user in Reuters UI

Is it possible to get Recurring template details define in DATA Scope Select through Reuters API.

Required details like Schedules ,Instruments and Out Format , Out mnemonics etc.

eikon-data-apidss-rest-apidatascope-selectdssapimnemonics
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.

Hello @Deepak.kumavat,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to 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

Hello @Deepak.kumavat,

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

@Deepak.kumavat, there are API calls that let you retrieve details of instrument lists, report templates, and schedules. Most of them use an ID specific to the list, template or schedule, but the ID can easily be retrieved from the name. All these calls are documented in the API reference tree (all links that follow point to that API Reference). Here is a short list of possibilities:

For examples, see the following

  • The C# example application, described in the DSS Quick Start, contains a set of example uses of these calls (for instruments, report templates and schedules). That application displays the C# code, as well as the HTTP requests and responses, for all these calls.
  • Among the Java samples available under the DSS REST downloads tab you will find DSS2Instruments that illustrates some of those for instruments, and DSS2ReportTemplates that does something similar for report templates.

I hope this helps. If not, please specify exactly what you need, and I will try to give you more detailed information and refer you to the API calls that will do what you need.

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.