For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
Hi All,
Apart from scheduling reports and sending it to an email is there any way to send reports to particular file location and from there via SFTP middleware can pick it up for further processing?
Or is there any way via API daily extracts can be downloaded?
Regards,
Sachin Rathod
Hi Sachin,
There is a daily extract API in the CORE REST API, that you can use to download the daily extracts.
As for SFTP, I believe this was deprecated a couple of versions ago.
Regards,
Brett
Hi Sachin,
To download daily extract via REST API can be done using GET and the following command: https://api.etadirect.com/rest/ofscCore/v1/folders/dailyExtract/folders/{date}/{filename}
where {date} is the daily extract date in the format of :YYYY-MM-DD
and {filename) is the daily extract file in the format of: company_name.xml.YYYY-MM-DD.zip
When you use POSTMAN you can choose the send and download option
Hi Sachin,
There is a daily extract API in the CORE REST API, that you can use to download the daily extracts.
As for SFTP, I believe this was deprecated a couple of versions ago.
Regards,
Brett