GET
/projects/{project_id}/ideasList ideas
Retrieve a paginated list of ideas for a specific project with optional filtering. All statuses are returned (including Pending, Rejected) — unlike the public widget endpoint which only shows publicly visible statuses.
Base URL
https://seggwat.com/api/v1Parameters
project_idpathstringrequiredUnique identifier of the project (MongoDB ObjectId)
Example:
507f1f77bcf86cd799439011pagequeryintegerPage number (1-indexed)
limitqueryintegerNumber of items per page
statusqueryIdeaStatusFilter by idea status
tag_idquerystringFilter by tag identifier
searchquerystringSearch term to filter ideas by title or description
sort_by_votesquerybooleanSort results by vote count descending
Responses
Navigation
