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.
Last updated
Ideas are feedback or suggestions submitted by customers to your Frill account. Each idea can be assigned a Status and categorized under multiple Topics.
Last updated
idx string
A unique identifier for the idea
name string
The name of the idea
slug string
The URL slug of the idea
description string
The text description of the idea
cover_image string
Url of the image displayed as the cover on the Roadmap view
vote_count number
Number of votes this idea has received
comment_count number
Number of comments on this idea
note_count number
Number of internal notes on this idea
is_pined boolean
Has the idea been pinned to the top
is_bug boolean
Denotes if this idea is a bug
is_archived boolean
Denotes if this idea has been archived
is_completed boolean
Denotes if this idea is considered completed / finished
show_in_roadmap boolean
Should the idea be displayed in the Roadmap view
approval_status string
The approval status of the idea
created_at string
The date & time the idea was created in UTC timezone
author object
Author of the idea
status object
Status of the idea
topics array
Topics associated with the idea
Returns a list of ideas
Successfully returned a list of ideas
Delete an Idea
IDX of the Idea
Request was successful
"Request was successful"
Create a new idea
A unique identifier for the idea author
"follower_abcd1234"
The name of the idea
"New idea"
The text description of the idea
"This is a new idea from a customer"
A unique identifier for the idea status
"status_abcd1234"
array 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
Return idea
Update an Idea
IDX of the Idea
A unique identifier for the idea author
"follower_abcd1234"
The name of the idea
"New idea"
The text description of the idea
"This is a new idea from a customer"
A unique identifier for the idea status
"status_abcd1234"
array 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
Return idea
Get an Idea
IDX or Slug of the Idea
Return idea