post https://api.candis.io/v1/organizations//exports
Create an Export and return basic details. Initial status of the Export will be "EXPORTING".
Responses
Create an Export and return basic details. Initial status of the Export will be "EXPORTING".
xxxxxxxxxx
curl --request POST \
--url https://api.candis.io/v1/organizations/organizationId/exports \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"entityType": "DOCUMENT"
}
'
xxxxxxxxxx
{
"id": "86e29aff-ba75-492d-85f6-80d802c4fe69",
"postingsCount": 10,
"status": "EXPORTING",
"createdAt": "2021-08-31T12:00:00Z"
}