{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Conversations API", "version": "3.0.55" }, "items": [ { "info": { "name": "Conversations", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp List Conversations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/conversations", "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": "has_unread_messages", "value": "example_value", "type": "query", "description": "Whether the conversation has any unread messages." }, { "name": "list_id", "value": "500123", "type": "query", "description": "The unique id for the list." }, { "name": "campaign_id", "value": "500123", "type": "query", "description": "The unique id for the campaign." } ] }, "docs": "Get a list of conversations for the account. Conversations has been deprecated in favor of Inbox and these endpoints don't include Inbox data. Past Conversations are still available via this endpoint, but new campaign replies and other Inbox messages arent available using this endpoint." }, { "info": { "name": "Mailchimp Get Conversation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/conversations/:conversation_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": "conversation_id", "value": "500123", "type": "path", "description": "The unique id for the conversation." } ] }, "docs": "Get details about an individual conversation. Conversations has been deprecated in favor of Inbox and these endpoints don't include Inbox data. Past Conversations are still available via this endpoint, but new campaign replies and other Inbox messages arent available using this endpoint." }, { "info": { "name": "Mailchimp List Messages", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/conversations/:conversation_id/messages", "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": "conversation_id", "value": "500123", "type": "path", "description": "The unique id for the conversation." }, { "name": "is_read", "value": "example_value", "type": "query", "description": "Whether a conversation message has been marked as read." }, { "name": "before_timestamp", "value": "example_value", "type": "query", "description": "Restrict the response to messages created before the set time. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00." }, { "name": "since_timestamp", "value": "example_value", "type": "query", "description": "Restrict the response to messages created after the set time. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00." } ] }, "docs": "Get messages from a specific conversation. Conversations has been deprecated in favor of Inbox and these endpoints don't include Inbox data. Past Conversations are still available via this endpoint, but new campaign replies and other Inbox messages arent available using this endpoint." }, { "info": { "name": "Mailchimp Get Message", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/conversations/:conversation_id/messages/:message_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": "conversation_id", "value": "500123", "type": "path", "description": "The unique id for the conversation." }, { "name": "message_id", "value": "500123", "type": "path", "description": "The unique id for the conversation message." } ] }, "docs": "Get an individual message in a conversation. Conversations has been deprecated in favor of Inbox and these endpoints don't include Inbox data. Past Conversations are still available via this endpoint, but new campaign replies and other Inbox messages arent available using this endpoint." } ] } ], "bundled": true }