get https://api.accelevents.com/rest/superadmin/leaderboard/
This API gives leaderboard points of specific events. We need to pass the authentication key to authenticate super admin and pass the event URL as path parameter.
Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error code | Error Description |
---|---|
4040200 | Event Not Found |
40600013 | Cant create URL |
Here is the description of response attributes, which returns to the form of a JSON array.
Attribute | Description |
---|---|
firstName | This contains the first name of the user. |
lastName | This contains the last name of the user. |
photo | This contains an image of the user. |
point | This contains a user leader board point. |
userId | This contains a user id that is unique. |
title | This contains title. |