{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse History API", "version": "3.0.55" }, "items": [ { "info": { "name": "History", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp List Growth History Data", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/lists/:list_id/growth-history", "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." }, { "name": "list_id", "value": "500123", "type": "path", "description": "The unique ID for the list." }, { "name": "sort_field", "value": "example_value", "type": "query", "description": "Returns files sorted by the specified field." }, { "name": "sort_dir", "value": "example_value", "type": "query", "description": "Determines the order direction for sorted results." } ] }, "docs": "Get a month-by-month summary of a specific list's growth activity." }, { "info": { "name": "Mailchimp Get Growth History by Month", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/lists/:list_id/growth-history/:month", "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": "list_id", "value": "500123", "type": "path", "description": "The unique ID for the list." }, { "name": "month", "value": "example_value", "type": "path", "description": "A specific month of list growth history." } ] }, "docs": "Get a summary of a specific list's growth activity for a specific month and year." } ] } ], "bundled": true }