{ "opencollection": "1.0.0", "info": { "name": "Edlink Agents Courses API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Courses", "type": "folder" }, "items": [ { "info": { "name": "List courses", "type": "http" }, "http": { "method": "GET", "url": "https://ed.link/api/v2/graph/courses", "params": [ { "name": "$first", "value": "", "type": "query", "description": "Number of records to return per page (pagination)." }, { "name": "$after", "value": "", "type": "query", "description": "Cursor for fetching the page after this value." } ] }, "docs": "List courses" }, { "info": { "name": "Get a course", "type": "http" }, "http": { "method": "GET", "url": "https://ed.link/api/v2/graph/courses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Edlink UUID of the resource." } ] }, "docs": "Get a course" } ] } ], "bundled": true }