{ "opencollection": "1.0.0", "info": { "name": "Pluralsight Channels Catalog Reports API", "version": "1.0.0" }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Pluralsight Download User Report", "type": "http" }, "http": { "method": "GET", "url": "https://paas-api.pluralsight.com/users", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Download a user report as CSV. Deprecated - migrate to GraphQL User Management API." }, { "info": { "name": "Pluralsight Download Course Completion Report", "type": "http" }, "http": { "method": "GET", "url": "https://paas-api.pluralsight.com/course-completion", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Download a course completion report as CSV. Deprecated - migrate to GraphQL Course Progress API." }, { "info": { "name": "Pluralsight Download Course Usage Report", "type": "http" }, "http": { "method": "GET", "url": "https://paas-api.pluralsight.com/course-usage", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Download a course usage report as CSV. Deprecated - migrate to GraphQL Course Daily Usage API." } ] } ], "bundled": true }