Tasks and User Completion
GraphQL Endpoint to fetch the tasks of a quest and completion status for any quest participant.
GraphQL Query
Variables
Response
Examples
POST
https://dashboard.withblaze.app/api/graphql-api
Query Parameters
Name
Type
Description
activityTrackerId*
Int
Required: Activity tracker id
If the Activity tracker id is not specified, then the request will throw an error
active
Boolean
If true, return tasks which are currently active on that day, else returns all tasks
identityType
Enum
Can have one of the following values WALLET, TWITTER_ID, DISCORD_ID, EMAIL, TWITTER_USERNAME, DISCORD_USERNAME
identityId
String
id of the corresponding identityType
Headers
Name
Type
Description
x-api-key*
API-KEY
Your Blaze API Key
Last updated