Skip to Content
🎉 New release with new features and improvements! V0.0.2 Release →

Export Entities

Export records from the entity to various formats (CSV, JSON, etc.).

POST /api/entities/:entityName/export?format={{format}}&name={{exportName}}

Parameters

ParameterTypeDescription
formatstringThe format to export the records to (CSV, JSON, etc.)
namestringthe name of the export file

Supported Formats

FormatDescriptionextensions
CSVComma-separated values.csv
JSONJavaScript Object Notation.json
ExcelMicrosoft Excel.xlsx

Response

the endpoint will return a file download with the exported data.