GET/projects/{project_id}/ratings

List project ratings

Retrieve a paginated list of ratings for a specific project with optional filtering by type and path.

Base URLhttps://seggwat.com/api/v1

Parameters

project_idpathstringrequired

Unique identifier of the project (MongoDB ObjectId)

Example: 507f1f77bcf86cd799439011
pagequeryinteger

Page number (1-indexed)

limitqueryinteger

Number of items per page

typequeryRatingType

Filter by rating type

valuequeryboolean

Legacy filter: Filter by helpful rating value (true = helpful, false = not helpful). Only applies to helpful type ratings.

pathquerystring

Filter by page path where the rating was submitted

Responses

Navigation