Developer API
UserVoice’s API allows you to build almost anything with UserVoice data. We provide a public API that is read-only and a write-only API for Silver accounts and above. Let us know what you think needs to be added or improved!
-
Filter suggestions by status
It does not look like there is a way to list suggestion by status.
15 votes -
Automate setups with obvious vendors such as MailChimp
I use WuFoo and MailChimp with API, very easy to set up.
6 votesHey Barry,
What sort of setups are you imagining here? For example, MailChimp (whom we love) is generally for newsletters, so I’m not sure how that fits into our product. Would love to hear your thoughts!
-
1 vote
-
Dead link in the "Feedback Tab Installation" page
The line "... or customize & preview your widget using the widget editor" contains a link to "https://uservoice.uservoice.com/admin/widgets/demo", which returns 404.
8 votesunder review ·
AdminEvan Hamilton
(Community Manager, UserVoice)
responded
Thanks – looking into it now.
-
Search wildcard
think the idea to search via wildcards in your tickets' search method would be great. The method is "/api/v1/tickets/search.json?query={query}"
Something like asterisks or percent signs would work fine I think, so I could search a custom field "contact phone number" to match only area codes:
/api/v1/tickets/search.json?query="Contact Phone Number":*951*
Right now it has to be the full field value.
Thank you.
31 votes -
Retrieve all suggestions status
It would be usefull to be able to use the API to retrieve all suggestions status
20 votesAdminRichard White (CEO, UserVoice) responded
What exactly are you looking for here: a list of all possible statuses? or all suggestions with a status set?
-
Search wildcards
I think the idea to search via wildcards in your tickets' search method would be great. The method is "/api/v1/tickets/search.json?query={query}"
Something like asterisks or percent signs would work fine I think, so I could search a custom field "contact phone number" to match only area codes:
/api/v1/tickets/search.json?query="Contact Phone Number":*951*
Right now it has to be the full field value.
Thank you.
4 votes -
API call - map guid to userid
I'd like to be able to list the suggestions made by a user in my user profile. The userid in UserVoice API is your number. I'd like to be able to either use my GUID or allow me to retrieve a UV UserID given my GUID (I could choose to cache that)
17 votes -
Add a shortened URL to the suggestions API
You have shortened URLs assigned to each suggestion e.g. Twitter/Facebook/Email links.
It would be useful if you could expose these shortened URLs in the API as well.6 votes -
11 votes
-
add a timestamp field to the votes API
The private API gives a created at field for suggestions and comments.
It would be useful for us to also have a timestamp for each vote.
This would allow us to get a sense of trending suggestions.
If you're storing this data, it would be trivial to add :-)
7 votesThere isn’t an endpoint for getting a list of votes for each suggestion. That’s an interesting idea. We do however have the stream API that does give you votes and times. You could make a request to the stream API for just votes and it would give you all votes order by the most recently created.