iftomkins
12 years agoMaven
REST API call to get count of all ideas
How would I make a REST API call to get the total count of all ideas? I'd like to display the total number of topics on this page: https://www.dropbox.com/s/sfam3atrbgmdurk/Screenshot%202014-02-21%2013.07.38.png.
I know how to get the count of the first two items, since they are categories. But not sure how to get the total idea count. Thanks!
Sign in to react to this post
I think the topics/style/[style]/count method should do the trick:
For example:
/restapi/vc/topics/style/idea/count