v2
latestOpenAPI 3.0.02026-07-2163203194.5 KBCourse Offering
Create Course Offering
Creates a new course offering (e.g., semester, term, or academic period) under the specified application install.<br/><br/>The matchStrings field is used to automatically match incoming courses from the LMS to this offering based on text patterns.
post/v1/installs/{installSid}/courseOfferings
Path parameters
installSidstring required
Unique SID of the application install. Pattern: AI + 32 hex chars.
Example:AI1234567890abcdef1234567890abcdef
Unique SID of the application install. Pattern: AI + 32 hex chars.
Request body
Example request
{
"title": "Fall 2024",
"matchStrings": "Fall 2024,FA24",
"startDate": "1970-01-01T00:00:00.000Z",
"endDate": "1970-01-01T00:00:00.000Z"
}Response
Successful