{ "opencollection": "1.0.0", "info": { "name": "AppConnect V3 Account Services Email Campaigns API", "version": "3.0.149" }, "items": [ { "info": { "name": "Email Campaigns", "type": "folder" }, "items": [ { "info": { "name": "GET a Collection of Email Campaigns", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/emails", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Specifies the number of campaigns to display on each page of output that is returned (from return 1 - 500). The default returns 50 campaigns per page." }, { "name": "before_date", "value": "", "type": "query", "description": "Use to return email campaigns with `updated_at` timestamps that are before a specific date and time (in ISO-8601 format). Use with the `after_date` query parameter to get email campaigns sent within a specific date range." }, { "name": "after_date", "value": "", "type": "query", "description": "Use to return email campaigns with last `updated_at` timestamps that are after a specific date and time (in ISO-8601 format). Use with the `before_date` query parameter to get email campaigns sent within a specific date range." } ] }, "docs": "Use this method to list and get details about your email campaigns. By default, this method returns all email campaigns for the user account including deleted email campaigns. To get email campaigns within a date-range, use the `after_date` and `before_date` query parameters.\n\nThis endpoint does not return campaign activity details for each email campaign in the collection. To get email campaign activity details for a single email campaign, use the GET `/emails/{campaign_id}` endpoint.\"\n
Use this endpoint to migrate your locally stored V2 email campaign data to the new V3 format. Developers are expected to use this endpoint sparingly. This endpoint is NOT intended for regular or repeated use. Constant Contact will eventually deprecate and remove this endpoint.