{ "opencollection": "1.0.0", "info": { "name": "Optimizely Campaign REST Assets Features API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Features", "type": "folder" }, "items": [ { "info": { "name": "List features", "type": "http" }, "http": { "method": "GET", "url": "https://api.campaign.episerver.net/rest/features", "params": [ { "name": "project_id", "value": "", "type": "query", "description": "The unique identifier for the project to filter by" }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results per page" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" } ] }, "docs": "Returns a list of features for the specified project. Features define variables that can be remotely configured through flags." }, { "info": { "name": "Get a feature", "type": "http" }, "http": { "method": "GET", "url": "https://api.campaign.episerver.net/rest/features/:feature_id", "params": [ { "name": "feature_id", "value": "", "type": "path", "description": "The unique identifier for the feature" } ] }, "docs": "Retrieves the details of a specific feature." } ] } ], "bundled": true }