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
Changes
No recorded changes to this endpoint across all 2 revisions of this API.