Last modified on December 18, 2024 at 8:26 pm
Resource URL
Overview
Offerings are representation of a course configuration that is made available to users. This allows you to accomplish things like dividing users into sections or offering a course at different price points to different users. Currently a limited subset of the offering configuration is made available through this API, and it allows only read access using the HTTP GET request method. No creation, modification, or deletion of offerings is supported through the API.
Use Case Examples
GET Requests
Operation | Call | Description |
---|---|---|
Retrieve all offerings | GET /api/v5/offerings | Retrieve a list of all your organization’s offerings. |
Retrieve available offerings for a user | GET /api/v5/offerings?userId={userId} | Retrieve a list of the offerings which are available for registration for a specific user |
Retrieve a specific offering by id | GET /api/v5/offerings/{offeringId} | Retrieve all data for a specific offering. |