Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

360Learning Courses API

The Courses API from 360Learning — 9 operation(s) for courses.

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

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

This API exposes 11 operations across 9 paths, and defines 12 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

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

11 operations 9 paths 12 schemas 5 GET1 PATCH2 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.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 Courses 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 11

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

Courses 11
PUT
/api/v2/courses/{courseId}/archive
Archive or restore a course
v2.courses.ArchiveOrUnarchiveCourseController_archiveOrUnarchiveCourse 2 params body → 200400401403404429
POST
/api/v2/courses/elearning-standard
Create an eLearning standard course
v2.courses.CreateELearningStandardCourseController_createELearningStandardCourse 1 param body → 201400401403404429
POST
/api/v2/courses/generate-from-prompt
Generate a course from a prompt (internal only)
v2.courses.GenerateFromPromptController_generateFromPrompt 1 param body → 200400401403404429
GET
/api/v2/courses/stats
List all courses statistics
v2.courses.GetAllCourseStatsController_getAllCourseStats 4 params → 200401403429
GET
/api/v2/courses/{courseId}
Retrieve a course
v2.courses.GetCourseController_getCourse 2 params → 200401403404429
GET
/api/v2/courses/{courseId}/custom-fields/values
List all custom field values for a course
v2.courses.GetCourseCustomFieldValuesController_getCourseCustomFieldValues 2 params → 200400401403404429
PUT
/api/v2/courses/{courseId}/custom-fields/values
Replace all custom field values for a course
v2.courses.UpdateCourseCustomFieldValuesController_updateCourseCustomFieldValues 2 params body → 200400401403404429
GET
/api/v2/courses
List all courses
v2.courses.GetCoursesController_getCourses 12 params → 200401403429
GET
/api/v2/courses/{courseId}/tags
List all tags in a course
v2.courses.GetCourseTagsController_getTags 2 params → 200401403404429
PUT
/api/v2/courses/{courseId}/tags
Replace all tags in a course
v2.courses.UpdateTagsController_updateTags 2 params body → 200401403404429
PATCH
/api/v2/courses/elearning-standard/{courseId}
Edit an eLearning standard course
v2.courses.UpdateELearningStandardCourseController_updateELearningStandardCourse 2 params body → 200400401403404429

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are CourseDTO (17 properties), CourseStatDTO (13 properties), UpdateELearningStandardCourseBody (9 properties), CreateELearningStandardCourseBody (9 properties). Each schema is shown below with its type and property counts.

CourseDTO
object
17 properties 12 required
CourseTranslationDTO
object
4 properties 4 required
ArchiveCourseBody
object
1 property 1 required
CustomFieldValueDTO
object
3 properties 3 required
CourseStatDTO
object
13 properties 6 required
UpdateCourseCustomFieldValuesBody
object
1 property 1 required
CreateELearningStandardCourseBody
object
9 properties 5 required
TagIdWithSource
object
2 properties 2 required
GenerateFromPromptBody
object
3 properties 2 required
UpdateELearningStandardCourseBody
object
9 properties
CourseTranslatedFields
object
2 properties
UpdateCourseTagsBody
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs 360Learning publishes across the network.

360Learning Authentication API
360Learning Certificate Outlines API
360Learning Classrooms 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