{ "opencollection": "1.0.0", "info": { "name": "ClearSlide Platform Insights Presentations API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://oauth.platform.clearslide.com/oauth/authorize", "accessTokenUrl": "https://oauth.platform.clearslide.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Presentations", "type": "folder" }, "items": [ { "info": { "name": "List presentations", "type": "http" }, "http": { "method": "GET", "url": "https://platform.clearslide.com/presentations", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://oauth.platform.clearslide.com/oauth/authorize", "accessTokenUrl": "https://oauth.platform.clearslide.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of `presentation` objects that match query criteria. Returned list of objects by default is sorted descending by `dateModified` and paginated with default page size 100." } ] } ], "bundled": true }