Yoobic Courses API
When a plan is assigned to a user it creates a course.### Fields| Field | Type | Required | Readonly | OrderBy | Description ||----------------------|:--------------:|:--------:|:--------:|:-------:|---------------------------||`course_id` | string | x | x | | Unique id of the course ||`plan_id` | string | x | | | Unique id of the plan ||`user_id` | string | x | | | Unique id of the user ||`assignment_date` | date | | x | | Date when the user has been assigned to the plan ||`earned_points` | number | | x | | Number of points earned by the user for this course ||`start_date` | date | | x | | Date when the user finished their first lesson of the course ||`duration` | number | | x | | Minutes spent on this course ||`finished_date` | date | | x | | Date when the user completed the course ||`due_date` | date | | x | | Due date of the course ||`created_date` | date | | x | | Creation date ||`updated_date` | date | | x | x | Last update date |#### Course IDsBelow, you can find detailed descriptions of some of the course-related IDs mentioned above:| ID | Description ||----------------|-------------|| `plan_id` | The course object that Admins can see in the Course Manager. This is the ID of that course. || `course_id` | The course object that a learner can see in their Courses menu. It's unique for each learner, meaning that even if two learners see the same course in their courses menu, the course they see has a different `course_id`. || `lesson_id` | The ID of a completed lesson. This ID is unique for each learner, meaning that if two learners completed the same lesson, their completed lesson has a different `lesson_id`. || `campaign_id` | The lesson object linked to a course. This is the ID of the lesson. |
Yoobic Courses API is one of 41 APIs that Yoobic 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, API documentation, an API reference, and a changelog.
This API exposes 4 operations across 4 paths, and defines 1 schema. It is described by OpenAPI 3.0.0.
Requests are made against a single base URL, https://.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
Yoobic Courses API declares
1 security scheme
for authenticating requests.
It supports OAuth 2.0 (oauth2) using the authorizationCode flow.
Paths & Operations 4
Across 4 paths, the API surfaces 4 operations — 4 GET. Each is listed below with its method, path, parameters, and response codes.
When a plan is assigned to a user it creates a course. Fields | Field | Type | Required | Readonly | OrderBy | Description | |----------------------|:--------------:|:--------:|:-…
Schemas 1
The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Default_Header (1 property). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Yoobic 12
Other APIs Yoobic publishes across the network.