This resource allows you to retrieve and manipulate batch events.
Operations
Create Batch Events
POST /v1/platform/batch_processing/batch_events/multi_create
Delete Batch Event by ID
DELETE /v1/platform/batch_processing/batch_events/{id}
Delete Batch Events
POST /v1/platform/batch_processing/batch_events/multi_delete
Retrieve All Batch Events
GET /v1/platform/batch_processing/batch_events
Retrieve Batch Event by ID
GET /v1/platform/batch_processing/batch_events/{id}
Retrieve Batch Tasks by Batch Event ID
GET /v1/platform/batch_processing/batch_events/{id}/batch_tasks
Update Batch Events
POST /v1/platform/batch_processing/batch_events/apply_update
Update Batch Events by ID
PUT /v1/platform/batch_processing/batch_events/{id}