{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector StudentLabs API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "StudentLabs", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Providers Microsoft Education Studentlabs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.Education/studentLabs", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request. Current version is 2021-12-01-preview" } ] }, "docs": "Get a list of all labs associated with the caller of the API." }, { "info": { "name": "Microsoft Azure Get Providers Microsoft Education Studentlabs Studentlabname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.Education/studentLabs/:studentLabName", "params": [ { "name": "studentLabName", "value": "", "type": "path", "description": "The ID that uniquely identifies a student lab." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request. Current version is 2021-12-01-preview" } ] }, "docs": "Get the details for a specified lab associated with the student lab." } ] } ], "bundled": true }