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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
462 13 11 15

DSS REST API - schedule file notification response?

Hello,

If a regular, scheduled extraction is set up, when the extraction is ready does the client-side application have to continually have to check that the file is available, or for efficiency is there a way to set up so that when the extraction has occurred the application is notified to proceed with getting the extracation.

Best regards,

Gareth

dss-rest-apidatascope-selectdssrest-api
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.

@gareth.teage

Thank you for your participation in the forum. Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question. Thanks, AHS

@gareth.teage

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

Upvote
Accepted
1.1k 5 3 5

Today, Datascope Select can only "push" results to private network clients via FTP/SFTP - this is really more of a legacy feature than intended to be used directly with the REST API. I have not seen any "push" features defined for the REST API, but I will have to check with others on what might already be in the backlog.

In the meantime, you are always welcome to submit a feature enhancement request asking for this functionality.

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.

Upvote
13.7k 26 8 12

@gareth.teage

There is no way for the server to notify your application that the extraction is ready.

That said, it is fairly easy to check an extraction status, using the schedule Id. This is illustrated here with HTTP calls, and here in .Net code.

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.