Retrieve a classroomCopy Pageget https://app.360learning.com/api/v2/classrooms/{classroomId}Required OAuth scope: classrooms:read. Retrieves information about a classroom given its ID.Path ParamsclassroomIdstringrequiredThe unique ID of the classroom.Headers360-api-versionstringenumrequiredThe version of the API.v2.0Allowed:v2.0Responses 200Returns the information about the given classroom. The classroom must be linked to a group. 401The given access token is either missing, invalid, has expired, or has been revoked. 403The given access token does not have the required OAuth scope to execute the request. 404The given classroomId does not correspond to any existing classroom. 429The client has sent too many requests in a short amount of time.Updated 20 days ago