Download Gamification LeaderBoard CSV
- The leaderboard shows the ranking of users based on their accumulated gamification points.
 - The leaderboard can be downloaded as a CSV by following the steps.
 - Event Host/Admin can set points for the Gamification challenge.
 - Attendees will get points in this scenario, like when they log in to the event, send connection request, visit the session, play videos, chatting with attendees, visit the expo, etc
 
- Here are the steps and API endpoints to Download Gamification LeaderBoard CSV.
 
User should have login with Admin/ Super Admin Role or Need a host-side Access.
Download Gamification Leaderboard CSV
Step  | Description  | API Reference  | 
|---|---|---|
Log-in as a Admin/super-Admin https://accelevents.com/  | User can use this API for login as a admin/super-admin role from host side.  | |
Host side Analytics tab -> Gamification tab -> Download Gamification Data  | This API can be used by admin and super admin to download leaderBoard data like First Name, Last Name, Title, Points, and List of challenge data.  | 
1. Log-in as a Admin/Super Admin
- 
Users can use this API for login as an admin/super-admin role from the host side.
 - 
For this, the user has to pass the email ID as username and password which is already registered in the system.
 - 
After successful login, it returns data in JSON format which are useful in further request.
 - 
Access token which is returned from this API response will be passed in a further request for user authentication.
 
- Here are the sample response for the Log-in API.
 
{
  "access_token": "string",
  "expires_in": "string",
  "redirectUrl": "string",
  "showExhibitorMenu": true,
  "userId": 0,
  "userRole": "string",
  "whiteLabelURL": "string"
}2. Download LeaderBoard CSV
- 
This API is used to download leaderBoard data CSV.
 - 
This API can be used by admin and super admin to download leaderBoard
data like First Name, Last Name, Title, Points, and List of challenge data. - 
We need to pass an authorization token here, which is generated
after successful login into account with the other details. - 
This API is used at the host side to download leaderBoard data CSV.
 
- Here are the sample response for CSV.
 
"First Name","Last Name","Company","Country","Job Role","Email Address","Total Points Earned","Points Earned Via Visiting Exhibitor Booth","Points Earned Via Re-Visiting Exhibitor Booth","Points Earned Via Downloading Booth Document","Points Earned Via Exhibitor Booth Chat","Points Earned Via Watching Exhibitor Video","Points Earned Via Clicking Links in the Document & Links Area of Exhibitor","Points Earned Via Exhibitor Request Meeting","Points Earned Via Visiting Session","Points Earned Via Re-Visiting Session","Points Earned Via Watching Session Live Stream/Uploaded Stream","Points Earned Via Watching Session Recording","Points Earned Via Networking Match","Points Earned Via Networking Connections","Points Earned Via Ticket Purchase (Early Bird Challenge)","Points Earned Via Event Check-in (Early Bird Challenge)"
"Ekta Speaker","L1","Company","","QA","[email protected]","10","0","0","0","0","0","0","0","0","0","0","0","0","0","0","10"Updated 5 months ago