Request fields

Path Type Required Description
fields_to_return Array No Fields to be returned in every record, defaults to ["_id"]
size class java.lang.Integer No GET parameter: number of records to be returned on current page, defaults to Null which returns all records
page class java.lang.Integer No GET parameter: page for paginated result (if size used)
filter Object No If the filter is set, not all records are returned but only those matching the filter
output_file_name String No Name of the output (temporary) file, default: all-records-<temp_value>.json; do not use this field
delete_file_after Boolean No If true then the output file is deleted after the processing, default: true