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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
3 2 4 7

In future, if we get any new releases for the API then we have to change/update our existing C# .net program or we can use the same C#.net program ??

Currently we are using EndOfDayPricingExtractionRequest and extracting CDOR rates from datascope using DSS Rest API with .net program version 4.5 and able to retrive CDOR rates successfully.

In future, if we get any new releases for the API then we have to change/update our existing C#.net program or we can use the same C#.net program ??

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.

Hello @Gopi Jaladi

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
13.7k 26 8 12

@Gopi Jaladi,

There are regular new releases for DSS, approximately 4 per year. The new releases often bring increased functionality and new data fields, as well as bug corrections.

We endeavor to maintain backward compatibility as much as possible, but sometimes there might be changes required by the evolution of the product that could potentially impact your code. This could be related to fields that change name, API calls that change their parameter set or output format, calls that are deprecated, or other changes.

We strongly recommend you study the release notes of each new version, to see if any changes impact your code (usually they will not). Important changes are notified well in advance (as an example, see this notification on the removal of the extract endpoint), to give you time to study them and take action if required.

As a best practice, we nevertheless recommend you recompile your code with the latest C# SDK, to benefit from the latest product features and enhancements.

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.