Export Project
Two types: export a single file in a specific project or export all files in a project.
There are four different methods to obtain the export result, i.e. download, email, webhook, and external object storage. These methods are fully explained here.
The method will be the same and applicable for both types of export. Below is the additional explanation for each method. Don't forget to fill all the required attributes, then follow these hints.
- 1.Download - For the
method
attribute, fill it withFILE_STORAGE
. - 2.Email - For the
method
attribute, fill it withEMAIL
. - 3.Webhook - For the
method
attribute, fill it withCUSTOM_WEBHOOK
. - You also need to fillurl
andsecret
attribute. - The detailed explanation can be seen here. - 4.External Object Storage - For the method attribute, fill with
EXTERNAL_OBJECT_STORAGE
. - You also need to fillexternalObjectStorageParameter
.
All the processes above are done asynchronously. To check the export job, you need to request
getExportDeliveryStatus
query.Specific for
FILE_STORAGE
method, the fileUrl
response could return 404. If this happens, it means the export result hasn't been uploaded yet. Please wait or polling the query above to know when exactly the fileUrl
is ready and can be downloaded.Last modified 2d ago