Skip to main content
GET
Courses in a curriculum
Currently, im360 is the only valid value for the curriculumId parameter.

Authorizations

x-api-key
string
header
required

API key for authentication. Include your API key in the x-api-key header for all requests.

Query Parameters

curriculumId
enum<string>
required

The identifier for the curriculum to retrieve courses from. Curriculum identifier

Available options:
im360
limit
integer
default:100

Maximum number of results to return. Default is 100. Maximum allowed is 1000.

Required range: 1 <= x <= 1000
cursor
string

Cursor for pagination. Obtain this value from the 'nextCursor' field in the previous response. Omit for the first page.

Response

Successfully retrieved list of courses

Generic cursor-based paginated response wrapper

data
object[]
required

Array of result items

pagination
object
required

Cursor-based pagination metadata