{ "opencollection": "1.0.0", "info": { "name": "Optimizely Campaign REST Assets Campaigns API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Campaigns", "type": "folder" }, "items": [ { "info": { "name": "List campaigns", "type": "http" }, "http": { "method": "GET", "url": "https://api.campaign.episerver.net/rest/campaigns", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip for pagination" } ] }, "docs": "Returns a list of content campaigns in the editorial calendar." }, { "info": { "name": "Create a campaign", "type": "http" }, "http": { "method": "POST", "url": "https://api.campaign.episerver.net/rest/campaigns", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new campaign within the specified project." }, { "info": { "name": "Get a campaign", "type": "http" }, "http": { "method": "GET", "url": "https://api.campaign.episerver.net/rest/campaigns/:campaignId", "params": [ { "name": "campaignId", "value": "", "type": "path", "description": "The unique identifier for the campaign" } ] }, "docs": "Retrieves the details of a specific content campaign." }, { "info": { "name": "Get a campaign", "type": "http" }, "http": { "method": "GET", "url": "https://api.campaign.episerver.net/rest/campaigns/:campaign_id", "params": [ { "name": "campaign_id", "value": "", "type": "path", "description": "The unique identifier for the campaign" } ] }, "docs": "Retrieves the full details of a specific campaign by its identifier." }, { "info": { "name": "Update a campaign", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.campaign.episerver.net/rest/campaigns/:campaign_id", "params": [ { "name": "campaign_id", "value": "", "type": "path", "description": "The unique identifier for the campaign" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified campaign with the provided fields." }, { "info": { "name": "Delete a campaign", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.campaign.episerver.net/rest/campaigns/:campaign_id", "params": [ { "name": "campaign_id", "value": "", "type": "path", "description": "The unique identifier for the campaign" } ] }, "docs": "Archives or permanently deletes the specified campaign." }, { "info": { "name": "Get campaign results", "type": "http" }, "http": { "method": "GET", "url": "https://api.campaign.episerver.net/rest/campaigns/:campaign_id/results", "params": [ { "name": "campaign_id", "value": "", "type": "path", "description": "The unique identifier for the campaign" } ] }, "docs": "Retrieves the statistical results for a specific campaign." } ] } ], "bundled": true }