Get a course's activity feed
GET/api/courses/:id/activity
Returns a paginated activity feed for one course: course/assignment/problem/ submission activity plus member logins. Course-content activity by admins (even if not enrolled) and enrolled staff (Faculty/TA) shows any time (so an admin creating or editing a problem before the term is included), while other members' content and all member logins are clipped to the course's start/end dates. Admin logins are never shown (only their course edits). Staff-only to read (see access gate below).
Request
Responses
- 200
- 401
- 403
- 404
- 500
A page of activity entries with a total count.
Not signed in.
Not enrolled in the course and not a system admin.
Course not found.
Server error.