v2

OpenAPI 3.0.02026-07-2163203194.5 KB
Course 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

totalnumber

Total number of results

firststring nullable

URL for first page

nextstring nullable

URL for next page

prevstring nullable

URL for previous page

laststring nullable

URL for last page

countnumber

Number of results in this page

offsetnumber

Current offset