{ "opencollection": "1.0.0", "info": { "name": "Codesignal Learn Public Organization API", "version": "v1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://codesignal.com/learn/api/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Organization", "type": "folder" }, "items": [ { "info": { "name": "Get organization members", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/organizations/members", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" }, { "name": "sort_order", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "role", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://codesignal.com/learn/api/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns paginated members for your organization" }, { "info": { "name": "Get member by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/organizations/members/:memberId", "params": [ { "name": "memberId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://codesignal.com/learn/api/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns details for a specific organization member." }, { "info": { "name": "Get skill sets for organization members", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/organizations/members/skill-sets", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "member_id", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://codesignal.com/learn/api/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns paginated skill sets for specified organization members." }, { "info": { "name": "Get progress for organization members", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/organizations/members/progress", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" }, { "name": "sort_order", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://codesignal.com/learn/api/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns paginated progress for specified organization members" }, { "info": { "name": "Get progress for member by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/organizations/members/:memberId/progress", "params": [ { "name": "memberId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://codesignal.com/learn/api/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns progress for a specific organization member." } ] } ], "bundled": true }