GET/projects/{project_id}/nps/responses

List NPS responses

Paginated list of NPS responses for a project. Each response is the sidecar row that links a Rating (0-10 score) and an optional Feedback (the verbatim comment). Supports filtering by band and by whether a verbatim was provided.

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

Parameters

project_idpathstringrequired

Unique identifier of the project (MongoDB ObjectId)

Example: 507f1f77bcf86cd799439011
pagequeryinteger

Page number (1-indexed)

limitqueryinteger

Items per page

bandquerystring

Filter by NPS band.

with_comment_onlyqueryboolean

When `true`, only return responses that include a verbatim comment.

Responses

Navigation