{ "opencollection": "1.0.0", "info": { "name": "Learn Rest Api assignments learning_track API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "learning_track", "type": "folder" }, "items": [ { "info": { "name": "Retrieves a list of courses included in the trajectories", "type": "http" }, "http": { "method": "GET", "url": "https://api-learn.ispring.com/learning_track/courses", "params": [ { "name": "learningTrackIds", "value": "", "type": "query" } ] }, "docs": "Retrieves a list of courses included in the trajectories" } ] } ], "bundled": true }