Leaderboard Request

I’m trying to access the leaderboard records through a rest request using the format as shown on the docs:

However, this request is returning the values of the leaderboard and not those from the user, there’s no “owner_records” key on the response object as well. Should I create a custom gRPC call for reaching those registries?

Thanks in advance :slight_smile:

Hello @guizarolho :wave:

To receive a populated list in owner_records you’ll need to include the owner_ids param in your REST request (see the swagger file).

Hope this helps.