List Course Offerings
Course Offering
List Course Offerings
Returns a paginated list of course offerings (terms/semesters) for the specified application install.
Supports standard pagination via offset and limit.
GET
List Course Offerings
Authorizations
Path Parameters
Unique SID of the application install. Pattern: AI + 32 hex chars.
Pattern:
^AI[a-f0-9]{32}$Example:
"AI1234567890abcdef1234567890abcdef"
Query Parameters
Zero-based offset for pagination. Indicates how many records to skip.
Required range:
x >= 0Example:
0
Maximum number of course offering records to return.
Required range:
x >= 0Example:
25
Response
200 - application/json
Successful
