question

Elias Rodriguez avatar image
Elias Rodriguez asked

Is there a way to get ALL leaderboards?

I'm trying to code in C# some way to get all the leaderboards but I did not found a method nor an API endpoint to do it. However the portal (Engage>Leaderboards) lists them somehow.

Leaderboards and Statistics
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Citrus Yan avatar image
Citrus Yan answered

I am assuming that you’re trying to implement this feature for your admin tool, here is the basic flow for this:

  1. Use the Admin/GetPlayerStatisticDefinitions API to retrieve all player statistics defined in the title.
  2. Use the Server/GetLeaderboard API to retrieve the leaderboards for each statistic received from step 1.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.