How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

360Learning Classrooms API

The Classrooms API from 360Learning — 13 operation(s) for classrooms.

360Learning Classrooms API is one of 23 APIs that 360Learning publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Classrooms. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 20 operations across 13 paths, and defines 24 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 2 base URLs: https://app.360learning.com, https://app.us.360learning.com.

20 operations 13 paths 24 schemas 3 DELETE8 GET3 PATCH5 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://app.360learning.com/api/v2
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

360Learning Classrooms API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2).

  • oauth2 — Use the token from the authentication endpoint in the Authorization header. Example: Authorization: Bearer

Paths & Operations 20

Across 13 paths, the API surfaces 20 operations — 3 DELETE, 8 GET, 3 PATCH, 5 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Classrooms 20
POST
/api/v2/classrooms
Create a classroom
v2.classrooms.CreateClassroomController_createClassroom 1 param body → 201400401403404429
GET
/api/v2/classrooms
List all classrooms
v2.classrooms.GetClassroomsController_getClassrooms 4 params → 200401403429
GET
/api/v2/classrooms/{classroomId}
Retrieve a classroom
v2.classrooms.GetClassroomController_getClassroom 2 params → 200401403404429
PATCH
/api/v2/classrooms/{classroomId}
Edit a classroom
v2.classrooms.UpdateClassroomController_updateClassroom 2 params body → 200400401403404429
GET
/api/v2/classrooms/{classroomId}/registrations
List all registrations in a classroom
v2.classrooms.GetClassroomRegistrationsController_getClassroomRegistrations 2 params → 200401403404429
POST
/api/v2/classrooms/{classroomId}/slots
Add a slot to a classroom
v2.classrooms.CreateClassroomSlotController_createClassroomSlot 2 params body → 201400401403404429
GET
/api/v2/classrooms/{classroomId}/slots
List all slots in a classroom
v2.classrooms.GetClassroomSlotsController_getClassroomSlots 4 params → 200401403404429
DELETE
/api/v2/classrooms/{classroomId}/slots/{classroomSlotId}
Remove a slot from a classroom
v2.classrooms.DeleteClassroomSlotController_deleteClassroomSlot 3 params → 204401403404429
PATCH
/api/v2/classrooms/{classroomId}/slots/{classroomSlotId}
Edit a classroom slot
v2.classrooms.UpdateClassroomSlotController_updateClassroomSlot 3 params body → 200400401403404429
POST
/api/v2/classroom-slots/{classroomSlotId}/attendance-sheets
Create an attendance sheet
v2.classrooms.CreateAttendanceSheetController_createAttendanceSheet 2 params body → 201400401403404409429
GET
/api/v2/classroom-slots/{classroomSlotId}/attendance-sheets
List all attendance sheets
v2.classrooms.GetAttendanceSheetsController_getAttendanceSheets 2 params → 200401403404429
DELETE
/api/v2/classroom-slots/{classroomSlotId}/attendance-sheets/{attendanceSheetId}
Delete an attendance sheet
v2.classrooms.DeleteAttendanceSheetController_deleteAttendanceSheet 3 params → 204400401403404429
PUT
/api/v2/classroom-slots/{classroomSlotId}/attendance-sheets/{attendanceSheetId}
Replace an attendance sheet
v2.classrooms.UpdateAttendanceSheetController_updateAttendanceSheet 3 params body → 200400401403404429
GET
/api/v2/classroom-slots/{classroomSlotId}/attendance-sheets/{attendanceSheetId}/attendances
List all attendances
v2.classrooms.GetAttendancesController_getAttendances 3 params → 200400401403404429
GET
/api/v2/classroom-slots/{classroomSlotId}/waitlist
List all waitlist requests in a classroom slot
v2.classrooms.GetClassroomSlotWaitlistController_getClassroomSlotWaitlist 2 params → 200401403404429
POST
/api/v2/classroom-slots/{classroomSlotId}/waitlist/{userId}
Add a user to a classroom slot waitlist
v2.classrooms.JoinClassroomSlotWaitlistController_joinClassroomSlotWaitlist 3 params → 204400401403404429
DELETE
/api/v2/classroom-slots/{classroomSlotId}/waitlist/{userId}
Remove a user from a classroom slot waitlist
v2.classrooms.LeaveClassroomSlotWaitlistController_leaveClassroomSlotWaitlist 3 params → 204400401403404429
POST
/api/v2/classroom-slots/{classroomSlotId}/registrations/{userId}
Register a user to a classroom slot
v2.classrooms.AddSlotRegistrationController_addSlotRegistration 3 params → 201400401403404429
GET
/api/v2/classroom-slots/{classroomSlotId}/registrations
List all registrations in a classroom slot
v2.classrooms.GetSlotRegistrationsController_getSlotRegistrations 7 params → 200401403404429
PATCH
/api/v2/classroom-slots/{classroomSlotId}/registrations/{slotRegistrationId}
Edit a classroom slot registration
v2.classrooms.UpdateSlotRegistrationController_updateSlotRegistration 3 params body → 200401403404429

Schemas 24

The contract defines 24 schemas that model the data the API accepts and returns. The most detailed are ClassroomSlotDTO (17 properties), PathClassroomSlotDTO (17 properties), InputClassroomSlotDTO (12 properties), SlotRegistrationWithClassroomSlotIdDTO (11 properties). Each schema is shown below with its type and property counts.

PatchClassroomSlotDTO
object
10 properties
ClassroomSlotDTO
object
17 properties 12 required
SlotRegistrationDTO
object
10 properties 3 required
ClassroomSlotWaitlistRequestDTO
object
2 properties 2 required
PathClassroomSlotDTO
object
17 properties 12 required
NotificationDTO
object
2 properties
PersonalizedFields
object
2 properties
InputClassroomDTO
object
5 properties 2 required
PatchSlotRegistrationDTO
object
1 property
InputClassroomSlotDTO
object
12 properties 8 required
SlotRegistrationWithClassroomSlotIdDTO
object
11 properties 4 required
InputAttendanceSheetDTO
object
1 property 1 required
RsvpDTO
object
2 properties 2 required
ClassroomDTO
object
8 properties 4 required
DisabledSelfRegistrationDTO
object
2 properties 1 required
OpenedAttendanceSheetDTO
object
5 properties 4 required
AttendanceDTO
object
5 properties 5 required
PatchClassroomDTO
object
4 properties
InputRsvpDTO
object
1 property 1 required
EnabledSelfRegistrationDTO
object
2 properties 2 required
PathContextDTO
object
2 properties 2 required
ProgramContextDTO
object
2 properties 2 required
ClosedAttendanceSheetDTO
object
5 properties 3 required
StandaloneContextDTO
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

360learning-classrooms-api-openapi.yml Raw ↑

Other APIs 360Learning publishes across the network.

360Learning Authentication API
360Learning Certificate Outlines API
360Learning Courses API
360Learning Custom Fields API
360Learning Custom Links API
360Learning External IDs API
360Learning Groups API
360Learning Integrations API
360Learning Learning Needs API
360Learning Operations API
360Learning Paths API
360Learning Projects API
Where this information came from

This is an independent, third-party profile of 360Learning Classrooms API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.