access_token
must be provided (See: API Authentication).GET /api/export/entries/{project_slug}?{key=value&key=value...}
project_slug
form_ref
uuid
id
or entry_uuid
attribute of an entry object.parent_form_ref
parent_uuid
parent
.data
.parent_uuid
attribute of an entry object.format
csv
or json
. The default, if none is supplied, is json
.headers
csv
. Accepted values are true
or false
. The default, if none is supplied, is true
.created_at
and uploaded_at
by "ASC" (ascending) or "DESC" (descending) order.created_at
and uploaded_at
.
You may choose a DATE value (in ISO 8601 format, like 2022-01-26T00:00:00.000) on which to filter: "filter_from
" (all the entries from a value), "filter_to
" (all the values to a value) or "filter_from
" and "filter_to
" (all the entries between two values).