Data Delivery Endpoint
Less than to read
This api allows you to download files generated by an X3 export task. The export task need to be created by the administrator of the X3 cluster for 3rd party application. In the common use case, the workflow will be :
-
An administrator of the X3 cluster sets up an export for 3rd party application
-
3rd party application queries periodically the data delivery api to list the files available for download
-
3rd party application downloads the file
-
3rd party application deletes the file from the X3 storage
Here are How-tos :
-
To be notified when a new file is available - File notification explains how to be aware of new file ready for downloading.
-
To list the available file - Files listing explains how to retrieve the files list of the current folder inside an X3 configuration.
-
To download the file - File delivery explains how to download a file from an X3 folder.
-
To delete the file once it has been downloaded - File deletion explains how to delete a file inside an X3 folder.