Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The ID of the user requesting the export.
Array of fields to include in the export. Not all combinations of selected information are guaranteed to be available.
Start date for the export in YYYY-MM-DDT00:00:00 format (UTC).
End date for the export in YYYY-MM-DDT00:00:00 format (UTC).
Whether to include all workspaces in the organization (default is false). When true, also sets include_personal_workspaces to true.
Whether to include personal workspaces in the export (default is false). Ignored if 'include_all_workspaces' is set to true.
An optional array of workspace IDs to include in the export. Ignored if 'include_all_workspaces' is set to true.
Response
Data export successfully initiated