{ "opencollection": "1.0.0", "info": { "name": "Gainsight CS Bulk Accounts Objectives API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "accessKey", "value": "{{accessKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Objectives", "type": "folder" }, "items": [ { "info": { "name": "Gainsight List objectives", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.gainsightcloud.com/v1/successplans/:planId/objectives", "params": [ { "name": "planId", "value": "", "type": "path", "description": "Success plan unique identifier" } ] }, "docs": "Retrieve objectives for a specific success plan." }, { "info": { "name": "Gainsight Create an objective", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.gainsightcloud.com/v1/successplans/:planId/objectives", "params": [ { "name": "planId", "value": "", "type": "path", "description": "Success plan unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a new objective to a success plan." } ] } ], "bundled": true }