Public API
Public API endpoints for the Gamify Extension
Last updated
Was this helpful?
Public API endpoints for the Gamify Extension
Last updated
Was this helpful?
Returns limit
records (defaults to 10). May additionally include
specified user records even if they are outside of the range.
/projects/{projectId}/leaderboards/{leaderboardId}
ID of the Project
overall
Comma-separated list of user IDs
Maximum number of records to return
/projects/{projectId}/leaderboards/{leaderboardId}/users/{userId}
ID of the Project
overall
User Id
Returns limit
records (defaults to 10). May additionally include
specified user records even if they are outside of the range.
/projects/{projectId}/events/{eventId}/leaderboards/{leaderboardId}
ID of the Project
ID of the Event
N is positive integer value for a round number. For example round_2
overall
, round_{N}
Comma-separated list of user IDs
Maximum number of records to return
/projects/{projectId}/events/{eventId}/leaderboards/{leaderboardId}/users/{userId}
ID of the Project
ID of the Event
N is positive integer value for a round number. For example round_2
overall
, round_{N}
User Id