v2
OpenAPI 3.0.02026-07-2163203194.5 KBCourse Offering
List Course Offerings
Returns a paginated list of course offerings (terms/semesters) for the specified application install.<br/><br/>Supports standard pagination via offset and limit.
get/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.
Query parameters
offsetinteger
Zero-based offset for pagination. Indicates how many records to skip.
Zero-based offset for pagination. Indicates how many records to skip.
limitinteger
Maximum number of course offering records to return.
Example:25
Maximum number of course offering records to return.
Response
Successful