Request full-history export refresh

Use this endpoint when you want an upcoming scheduled analytics CSV export to include complete historical data for entities you are already set up to export—for example after a data correction or when you need a full snapshot again instead of only changes since the last file.

export all applies to every export that is currently active for your organization. export selected applies only to the entities you name, using the same display names as Register data export configuration. If you list an entity that is not part of your active export configuration, the API returns a validation error.

If you choose export all but you have no active exports, the API returns 404.

Example

{
  "exportOption": "export selected",
  "entityList": ["survey response", "survey instance"]
}
Body Params

Request a one-time full refresh of scheduled analytics CSV exports for entities you already export.
The next scheduled run will include full history for those entities, not only changes since the last file.

string
enum
Defaults to export selected

export all — every entity you are already exporting; omit entityList.
export selected (default) — only the entities listed in entityList.

Allowed:
entityList
length ≥ 1
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json