Client has already set up all his schedules but he would like to retrieve the extracted files using the the REST API, is it possilbe? Can you give an example?
Client has already set up all his schedules but he would like to retrieve the extracted files using the the REST API, is it possilbe? Can you give an example?
this is indeed possible.
We have a Python sample called TRTH_Get_Latest_Schedule_Files which does exactly that. It can be downloaded here, and is described here.
There are also samples in the C# example application (which also shows the HTTP requests and responses, and is described in the Quick Start), under section Scheduled Extractions, see the samples Get Completed By Date Range, Get Completed By Date Range By Schedule Id, ExtractedFiles: Get Latest and ExtractedFiles: Get Changes. These are all variants that accomodate slightly different workflows, but will all retrieve data that was generated by pre-existing schedules.
I believe the RESP API Tutorial 12: GUI control calls: Immediate extract tutorial provides the ability to retrieve a scheduled file using the REST API.
Thanks Nick and Christiaan for tyhe prompt reply.
I will run some tests then share it with the client.
I will let you know if I encounter any issue.
Regards,
PL