{ "opencollection": "1.0.0", "info": { "name": "BlueConic REST API v2 Audit Events Objectives API", "version": "100.0" }, "items": [ { "info": { "name": "Objectives", "type": "folder" }, "items": [ { "info": { "name": "Get all objectives", "type": "http" }, "http": { "method": "GET", "url": "https://{blueconicHostname}/rest/v2/objectives", "params": [ { "name": "count", "value": "", "type": "query", "description": "Specifies the number of results to return." }, { "name": "startIndex", "value": "", "type": "query", "description": "Specifies the index of the first item to include in the result." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/rest/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves all objectives." }, { "info": { "name": "Get one objective", "type": "http" }, "http": { "method": "GET", "url": "https://{blueconicHostname}/rest/v2/objectives/:objective", "params": [ { "name": "objective", "value": "", "type": "path", "description": "The id of the objective to retrieve." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/rest/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves a single objective." } ] } ], "bundled": true }