List study guides for a course
GET/courses/:course_id/study-guides
Returns the study guides for the given course as a paginated
list. Soft-deleted guides and guides whose creator has been
soft-deleted are excluded. Per-row aggregates (vote_score,
is_recommended, quiz_count) are computed inline. The full
content field is intentionally omitted -- it is only returned
by the get-by-id endpoint, keeping the list payload small.
Request
Responses
- 200
- 400
- 401
- 404
- 500
A paginated list of study guides for the course
Bad request
Unauthorized
Not found
Internal server error