{ "opencollection": "1.0.0", "info": { "name": "Skilljar Assets Group Categories API", "version": "1.0.0" }, "items": [ { "info": { "name": "Group Categories", "type": "folder" }, "items": [ { "info": { "name": "group_categories_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/group-categories", "params": [ { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List all group categories.\n\nReturns a paginated list of group categories that can be used to organize student groups." }, { "info": { "name": "group_categories_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/group-categories/:group_category_id", "params": [ { "name": "group_category_id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a specific group category by its ID.\n\nReturns details for a single group category." } ] } ], "bundled": true }