Table export
Export as XLSX
Exports rows matching the query as an XLSX file.
post/public/v1/tables/{name}/export/xlsx
Path parameters
namestring required
Example:tasks_board
Request body
Example request
{
"search": "example"
}Response
XLSX binary
Changes
No recorded changes to this endpoint across all 1 revision of this API.