Export a collection
Triggers a bulk export of the collection in markdown format and their attachments. If documents are nested then they will be nested in folders inside the zip file. The endpoint returns a FileOperation that can be queried to track the progress of the export and get the url for the final file.
Request body
Response
OK
Example response
{
"data": {
"fileOperation": {
"type": "export",
"state": "complete",
"collection": {
"name": "Human Resources",
"index": "P",
"color": "#123123"
},
"user": {
"name": "Jane Doe"
},
"size": 2048
}
}
}Changes
Changed in 2 of the 6 revisions of this API.10
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
- ○
added the optional property
datato the response with the401statusresponse-optional-property-added
- ○
added the optional property
datato the response with the403statusresponse-optional-property-added
- ○
added the optional property
datato the response with the404statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the401statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the403statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the404statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the401statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the403statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the404statusresponse-optional-property-added
- ○