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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 0 1 3

How to fetch a report which is created on DSS web using API's

Hi Team,

I have a EOD data report created on DSS web and scheduled extraction on daily basis. I need to fetch the report data daily once the report is executed from schedule via REST API's. Kindly let us know how we can fetch the EOD data report via REST API's for the our created reports at DSS GUI.

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.

Hi @hanamant.s.gotur,

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

1 Answer

· Write an Answer
Upvotes
Accepted
32.2k 40 11 19

One can fetch the report using extractionID assigned via Extractions/ExtractedFiles/get

Please see it in Reference

And is also shown in detail our Tutorial: GUI Control Calls

You will need to know the extraction ID. To get it one can use

/Extractions/ReportExtractionGetCompletedByDateRangeByScheduleId

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.