{ "opencollection": "1.0.0", "info": { "name": "Small Improvements action-item-resource objective-cycles-resource API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "objective-cycles-resource", "type": "folder" }, "items": [ { "info": { "name": "list", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/objective-cycles" }, "docs": "list" }, { "info": { "name": "createObjectiveCycleGuided", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/objective-cycles/guided/create", "body": { "type": "json", "data": "{}" } }, "docs": "createObjectiveCycleGuided" }, { "info": { "name": "editObjectiveCycleGuided", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/objective-cycles/guided/edit", "body": { "type": "json", "data": "{}" } }, "docs": "editObjectiveCycleGuided" }, { "info": { "name": "getObjectiveCycleGuided", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/objective-cycles/guided/:cycleId", "params": [ { "name": "cycleId", "value": "", "type": "path", "description": "cycleId" } ] }, "docs": "getObjectiveCycleGuided" }, { "info": { "name": "get", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/objective-cycles/:cycleId", "params": [ { "name": "cycleId", "value": "", "type": "path", "description": "cycleId" } ] }, "docs": "get" }, { "info": { "name": "delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.small-improvements.com/api/v2/objective-cycles/:cycleId", "params": [ { "name": "cycleId", "value": "", "type": "path", "description": "cycleId" } ] }, "docs": "delete" }, { "info": { "name": "archive", "type": "http" }, "http": { "method": "PUT", "url": "https://app.small-improvements.com/api/v2/objective-cycles/:cycleId/archive", "params": [ { "name": "cycleId", "value": "", "type": "path", "description": "cycleId" } ] }, "docs": "archive" }, { "info": { "name": "bulkNotify", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/objective-cycles/:cycleId/bulk-inform", "params": [ { "name": "cycleId", "value": "", "type": "path", "description": "cycleId" }, { "name": "target", "value": "", "type": "query", "description": "target" } ], "body": { "type": "json", "data": "{}" } }, "docs": "bulkNotify" }, { "info": { "name": "nudgeUser", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/objective-cycles/:cycleId/nudge-user", "params": [ { "name": "cycleId", "value": "", "type": "path", "description": "cycleId" }, { "name": "userId", "value": "", "type": "query", "description": "userId" } ] }, "docs": "nudgeUser" }, { "info": { "name": "addRestriction", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/objective-cycles/:cycleId/permissions", "params": [ { "name": "cycleId", "value": "", "type": "path", "description": "cycleId" } ], "body": { "type": "json", "data": "{}" } }, "docs": "addRestriction" }, { "info": { "name": "setRestriction", "type": "http" }, "http": { "method": "PUT", "url": "https://app.small-improvements.com/api/v2/objective-cycles/:cycleId/permissions", "params": [ { "name": "cycleId", "value": "", "type": "path", "description": "cycleId" } ], "body": { "type": "json", "data": "{}" } }, "docs": "setRestriction" }, { "info": { "name": "deleteRestriction", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.small-improvements.com/api/v2/objective-cycles/:cycleId/permissions/:userId", "params": [ { "name": "cycleId", "value": "", "type": "path", "description": "cycleId" }, { "name": "userId", "value": "", "type": "path", "description": "userId" } ] }, "docs": "deleteRestriction" }, { "info": { "name": "unarchive", "type": "http" }, "http": { "method": "PUT", "url": "https://app.small-improvements.com/api/v2/objective-cycles/:cycleId/unarchive", "params": [ { "name": "cycleId", "value": "", "type": "path", "description": "cycleId" } ] }, "docs": "unarchive" } ] } ], "bundled": true }