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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
3 1 0 3

Some Questions Regarding Datascope Select Python API

1) re "Most, although not all, of the content and functionality available in DataScope Select is available in the REST API. " What exactly is missing?

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.

Upvotes
Accepted
13.7k 26 8 12

@datateam,

What exactly is missing in the REST API

Since that sentence was written, the main gaps were filled. I do not have a list of the remaining differences, but there is really not much missing, just a few points of detail, or slight variations in parameters and such. And the REST API also has capabilities that the GUI does not deliver (like On Demand extractions).

Python SDK

There is none, the only SDK we deliver is for .Net C#. An SDK slightly facilitates programming, but that should not prevent you from using the language of your choice, most can interface with a REST API quite easily. As you can see from our downloads, we deliver samples for Python, Java and nodeJS, and if you look under the News and Events tab you will see an article on integrating with Power BI.

There is a tutorial that explains programming without the SDK, it also covers Python.

API throttling

There are some limits to what you can request with the API, to avoid overloading the servers. These limits are mainly related to the maximum number of instruments per request, they are documented 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.

Upvotes
3 1 0 3

Thanks @Christiaan Meihsl I have no doubt my colleagues will have some follow up questions but appreciate the quick response!

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.