Skip to main content
POST
Search for courses

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Describes a search request

after
string
required

A string representing the paging cursor token to fetch the next set of results.

filterGroups
object[]
required

An array of FilterGroup objects that define the criteria for filtering the search results.

limit
integer<int32>
required

An integer specifying the maximum number of results to return.

properties
string[]
required

An array of strings indicating which properties of the objects should be returned in the search results.

sorts
string[]
required

An array of strings specifying the fields by which the search results should be sorted.

query
string

A string representing the search query to filter the objects.

Response

successful operation

Represents a list of simple objects returned from an API request, along with the total count of objects available.

results
object[]
required

An array containing the simple public objects that are part of the collection.

total
integer<int32>
required

An integer representing the total number of simple public objects in the collection.

paging
object
Last modified on September 9, 2026