Gets the courses available to the specified person

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the person.

Query Params
string

The $skip query requests the number of items in the queried collection that are to be skipped and not included in the result. A client can request a particular page of items by combining $top and $skip. e.g. $top=10&$skip=1

string

The $top query requests the number of items in the queried collection to be included in the result. A client can request a particular page of items by combining $top and $skip. e.g. $top=10&$skip=1

string

The $filter query allows clients to filter a collection of resources that are addressed by a request URL. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. e.g $filter=CourseIsEnabled eq true

string

The $orderby query allows clients to request resources in a particular order. e.g $orderby=Title

Responses

401

Unauthorized - when a valid Bearer token is not supplied in the authorization header.

403

Forbidden - when the person requesting it is not the person with the specified id or if the person cannot be found.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json