Offerings

Last modified on August 24, 2023 at 6:19 pm

Resource URL

https://api.digitalchalk.com/dc/api/v5/offerings

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
OperationCallDescription
Retrieve all offeringsGET /api/v5/offeringsRetrieve a list of all your organization’s offerings.
Retrieve available offerings for a userGET /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 idGET /api/v5/offerings/{offeringId}Retrieve all data for a specific offering.

Reference