Leaderboard
GraphQL Endpoint to fetch the leaderboard of a quest or aggregated points for any quest participant.
GraphQL Query
Variables
Response
Examples
POST
https://dashboard.withblaze.app/api/graphql-api
Query Parameters
Name | Type | Description |
---|---|---|
page | 1 | |
pageSize | 10 | Max Limit - 100 |
activityTrackerId* | QUEST-ID | Required: Activity tracker id If the quest ID is not specified, then the request will throw an error |
Headers
Name | Type | Description |
---|---|---|
x-api-key* | API-KEY | Your Blaze API Key |
Last updated