wpigoury
12 years agoMentor
REST API author leaderboard
Hi,
I can't use this API call from within a custom component:
/restapi/vc/kudos/authors/leaderboard?max_age=all&page_size=5&restapi.response_style=view
When I load the url directly in the browser I get the user list as expected but when I try to get this list in my component with the rest() method it's always empty.
I get no errors, just an empty list even when I try with restadmin().
The result is the same whether I'm in the homepage, a category or in a board.
There are indeed kudoed authors on the community and the default author leaderboard component is working just fine.
Every other API calls I use are working.
I really don't understand why this one is giving me such a hard time.
Any idea?