GET/projects/{project_id}/ideas

List 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 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

statusqueryIdeaStatus

Filter by idea status

tag_idquerystring

Filter by tag identifier

searchquerystring

Search term to filter ideas by title or description

sort_by_votesqueryboolean

Sort results by vote count descending

Responses

Navigation