export

Export module data to Excel

Generate an Excel file with data from the specified module and return a download URL.

post/api/export/excel

Headers

x-api-tokenstring nullable

Request body

modulestring required
filtersobject nullable
columnsobject[] nullable
include_photosboolean nullable

Response

Successful Response

download_urlstring required
filenamestring required
record_countinteger required

Changes