Hello,
I have an Instrument List and Report Template defined on my Datascope Select ID in GUI. How can I use the REST API to trigger a schedule using this list and template?
For a deeper look into our DataScope Select SOAP API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials
Hello,
I have an Instrument List and Report Template defined on my Datascope Select ID in GUI. How can I use the REST API to trigger a schedule using this list and template?
Hi @Lukasz Ossowski ,
You cannot trigger a scheduled extraction. You can however use on-demand extraction and use your existing instrument list and report template. Please see any example of on demand extraction in C# sample application or python samples.