{
"exports": [
{
"id": 31387,
"created_at": 1661968372,
"export_type": "TRANSACTIONS",
"status": "READY_FOR_DOWNLOAD",
"status_message": "",
"file_name": "sandbox1/org_Unit21/1661968923000_bulk_TxnEvent.zip",
"file_size": 287607825
}
]
}
For the webhook EXPORT_READY
, the following fields are sent:
Field Name | Value Type | Details |
---|
exports | Object[] | A list of exports |
Exports | Value Type | Details |
---|
id | Number | A Unit21 internally-assigned unique identifier for export |
created_at | Number | Time the file was created in Epoch time format (number of seconds elapsed since 1 Jan 1970 00:00:00 UTC) |
export_type | String | The object that was exported such as entity, transaction, instrument... |
status | String | READY_FOR_DOWNLOAD |
status_message | String | Optional message |
file_name | String | Name of the file |
file_size | Number | Size of the file in bytes |