{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Batches API", "version": "3.0.55" }, "items": [ { "info": { "name": "Batches", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp List Batch Requests", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/batches", "params": [ { "name": "fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation." }, { "name": "exclude_fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation." }, { "name": "count", "value": "example_value", "type": "query", "description": "The number of records to return. Default value is 10. Maximum value is 1000" }, { "name": "offset", "value": "example_value", "type": "query", "description": "Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination), this it the number of records from a collection to skip. Default value is 0." } ] }, "docs": "Get a summary of batch requests that have been made." }, { "info": { "name": "Mailchimp Start Batch Operation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/batches" }, "docs": "Begin processing a batch operations request." }, { "info": { "name": "Mailchimp Get Batch Operation Status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/batches/:batch_id", "params": [ { "name": "fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation." }, { "name": "exclude_fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation." }, { "name": "batch_id", "value": "500123", "type": "path", "description": "The unique id for the batch operation." } ] }, "docs": "Get the status of a batch request." }, { "info": { "name": "Mailchimp Delete Batch Request", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/batches/:batch_id", "params": [ { "name": "batch_id", "value": "500123", "type": "path", "description": "The unique id for the batch operation." } ] }, "docs": "Stops a batch request from running. Since only one batch request is run at a time, this can be used to cancel a long running request. The results of any completed operations will not be available after this call." } ] } ], "bundled": true }