GET/projects/{project_id}/ideas/{idea_id}/comments

List idea comments

Retrieve threaded comments for a specific idea. Returns full, unmasked comment data (user IDs and emails included) since API-key consumers are product owners. Replies are nested inside each top-level comment thread.

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

Parameters

project_idpathstringrequired

Unique identifier of the project (MongoDB ObjectId)

Example: 507f1f77bcf86cd799439011
idea_idpathstringrequired

Unique identifier of the idea

Example: 507f1f77bcf86cd799439055
offsetqueryinteger

Number of top-level comment threads to skip

limitqueryinteger

Maximum number of top-level comment threads to return

Responses

Navigation