{ "opencollection": "1.0.0", "info": { "name": "Pluralsight Channels Catalog Collaboration Metrics API", "version": "1.0.0" }, "items": [ { "info": { "name": "Collaboration Metrics", "type": "folder" }, "items": [ { "info": { "name": "Pluralsight Get Collaboration Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://paas-api.pluralsight.com/collaboration/pullrequest/metrics", "params": [ { "name": "start_date", "value": "2026-04-17T12:00:00Z", "type": "query", "description": "Start date for the metrics period" }, { "name": "end_date", "value": "2026-04-17T12:00:00Z", "type": "query", "description": "End date for the metrics period" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve pull request and collaboration metrics for engineering teams with date range filtering." } ] } ], "bundled": true }