Comments
Comments allow users to provide feedback, ask questions, and engage in discussions about specific Ideas. These comments serve as a way for users to collaborate and share thoughts on product features a
Comment object
Endpoints
Returns a list of comments for a specific idea
API key in Authorization header with Bearer prefix (recommended)
IDX of the Idea
Limits the number of items on a page (min: 1, max: 100)
20The after cursor - used for pagination
Specify which types of items to include in the response. Accepts a comma-separated list of types: 'comments,notes'. Default: 'comments'
commentsExample: comments,notesReturned a list of Comments
Invalid request
Resource not found
Create a new comment for an idea
API key in Authorization header with Bearer prefix (recommended)
IDX of the comment author (follower)
Comment message content
IDX of the idea to comment on
Whether the comment should be private (note) or public (comment)
Successfully created a new comment
Invalid request
Resource not found
Update an existing comment
API key in Authorization header with Bearer prefix (recommended)
IDX of the Comment
Updated comment message content
Successfully updated comment
Invalid request
Resource not found
Delete an existing comment
API key in Authorization header with Bearer prefix (recommended)
IDX of the Comment
Request was successful
Invalid request
Resource not found
Last updated