Returns a paginated list of course offerings (terms/semesters) for the specified application install.
Supports standard pagination via offset and limit.
Documentation Index
Fetch the complete documentation index at: https://developers.smarterservices.com/llms.txt
Use this file to discover all available pages before exploring further.
Unique SID of the application install. Pattern: AI + 32 hex chars.
^AI[a-f0-9]{32}$"AI1234567890abcdef1234567890abcdef"
Zero-based offset for pagination. Indicates how many records to skip.
x >= 00
Maximum number of course offering records to return.
x >= 025
Successful