This resource allows you to retrieve and manipulate batch tasks.
Operations
Create Batch Tasks
POST /v1/platform/batch_processing/batch_tasks/multi_create
Delete Batch Task by ID
DELETE /v1/platform/batch_processing/batch_tasks/{id}
Delete Batch Tasks
POST /v1/platform/batch_processing/batch_tasks/multi_delete
Retrieve All Batch Task Action Types
GET /v1/platform/batch_processing/batch_tasks/setup/action_types
Retrieve All Batch Tasks
GET /v1/platform/batch_processing/batch_tasks
Retrieve Batch Task by ID
GET /v1/platform/batch_processing/batch_tasks/{id}
Update Batch Task by ID
PUT /v1/platform/batch_processing/batch_tasks/{id}
Update Batch Tasks
POST /v1/platform/batch_processing/batch_tasks/apply_update