latestOpenAPI 3.1.02026-08-1182263351.1 KB

f8025de20169

Analytics

List a course's ratings

List a course's student ratings, most recent first, optionally narrowed by filter[student.id].

Required OAuth scope: analytics:read

get/v2/analytics/courses/{course_id}/ratings/

Path parameters

course_idstring required

Query parameters

filter[student.id]string nullable

Return only ratings by the student with this opaque id. Unknown or malformed ids match nothing.

Return only ratings by the student with this opaque id. Unknown or malformed ids match nothing.

Response

OK

metaobject nullable

Pagination metadata, e.g. {"page_size": 25}.

linksobject nullable

Pagination links, e.g. {"self": "...", "next": "...", "prev": null}.

has_moreboolean required

Whether additional pages exist after this one.

next_cursorstring nullable

Opaque cursor to pass as page[cursor] for the next page; null on the last page.

includedobject[] nullable

Related resources requested via ?include=. Absent when no include was requested.