Batch Groups

This resource allows you to retrieve and manipulate batch groups.

Operations


Create Batch Groups
POST /v1/platform/batch_processing/batch_groups/multi_create


Delete Batch Group by ID
DELETE /v1/platform/batch_processing/batch_groups/{id}


Delete Batch Groups
POST /v1/platform/batch_processing/batch_groups/multi_delete


Retrieve All Batch Groups
GET /v1/platform/batch_processing/batch_groups


Retrieve Batch Events by Batch Group ID
GET /v1/platform/batch_processing/batch_groups/{id}/batch_events


Retrieve Batch Group by ID
GET /v1/platform/batch_processing/batch_groups/{id}


Update Batch Group by ID
PUT /v1/platform/batch_processing/batch_groups/{id}


Update Batch Groups
POST /v1/platform/batch_processing/batch_groups/apply_update