Homepage

data_export

Last edit: Apr 18, 2024

Schedules data export of either models, users or both, similarly to pos-cli,
with the difference it is capable of additional filtering and sorting. Returns
ID of an export task, which can be queries same way as pos-cli does its check.
Generated CSVs are compatible with pos-cli data import.

data_export(
  models: DataExportModelsInput
  records: DataExportRecordsInput
  users: DataExportUsersInput
): DataExport!

Arguments

models (DataExportModelsInput)

deprecated, use records

records (DataExportRecordsInput)

provide at least empty hash if you want records to be exported

users (DataExportUsersInput)

provide at least empty hash if you want users to be exported

Type

DataExport

Questions?

We are always happy to help with any questions you may have.

contact us