post
https://{endpoint}/v1/b2b/analytics/export-full-load
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"]
}