Votes
Votes are expressions of support or preference that users cast for submitted ideas on your Frill account.
Vote object
Vote have the following fields
idx string
A unique identifier for the vote
created_at string
The date time the vote was created in UTC timezone
voter object
The user this vote is associated with
idea object
The idea this vote is associated with
Endpoints
You can use the following endpoints to manage Votes
Returns a list of votes
API key in Authorization header with Bearer prefix (recommended)
Limits the number of items on a page
20The after cursor - used for pagination
A unique identifier for the idea. Only fetch votes for this idea
A unique identifier for the follower. Only fetch votes for this follower
Successfully returned a list of votes
Invalid request
Vote on an idea
API key in Authorization header with Bearer prefix (recommended)
Successfully voted on an idea
Invalid request
Unvote an idea
API key in Authorization header with Bearer prefix (recommended)
Request was successful
Invalid request
Last updated