Ideas
Ideas are feedback or suggestions submitted by customers to your Frill account. Each idea can be assigned a Status and categorized under multiple Topics.
Idea object
Endpoints
Returns a list of ideas
API key in Authorization header with Bearer prefix (recommended)
Limits the number of items on a page
20The after cursor - used for pagination
The field so sort by
created_atPossible values: The direction to sort
descPossible values: Successfully returned a list of ideas
Invalid request
Create a new idea
API key in Authorization header with Bearer prefix (recommended)
A unique identifier for the idea author
follower_abcd1234The name of the idea
New ideaThe text description of the idea
This is a new idea from a customerA unique identifier for the idea status
status_abcd1234array of unique identifiers for the idea topics
Has the idea been pinned to the top
Denotes if this idea has been archived
Should the idea be displayed in the Roadmap view
The approval status of the idea. When creating an idea via REST API, you can optionally set this value.
needs-approvalPossible values: Successfully created a new idea
Invalid request
Get an Idea
API key in Authorization header with Bearer prefix (recommended)
IDX or Slug of the Idea
Return idea
Invalid request
Update an Idea
API key in Authorization header with Bearer prefix (recommended)
IDX of the Idea
A unique identifier for the idea author
follower_abcd1234The name of the idea
New ideaThe text description of the idea
This is a new idea from a customerA unique identifier for the idea status
status_abcd1234array of unique identifiers for the idea topics
Has the idea been pinned to the top
Denotes if this idea has been archived
Should the idea be displayed in the Roadmap view
The approval status of the idea. When creating an idea via REST API, you can optionally set this value.
needs-approvalPossible values: Successfully updated an idea
Invalid request
Delete an Idea
API key in Authorization header with Bearer prefix (recommended)
IDX of the Idea
Request was successful
Invalid request
Last updated