Participation

The Quest Events API provides a comprehensive set of endpoints for users to interact with a quest event.

Participant

Retrieve quest event participation data for a user

get
Path parameters
eventIdstringRequired
Responses
get
/v1/quest-event/{eventId}/participant

List Participants

List registered participants for a quest event.

get
Path parameters
eventIdstringRequired
Responses
get
/v1/quest-event/{eventId}/participant/list

Participant Rank

Retrieve a users rank in a quest event.

get
Path parameters
eventIdstringRequired
Responses
get
/v1/quest-event/{eventId}/participant/rank

Register Participation

Register a user for a quest event.

post
Path parameters
eventIdstringRequired
Responses
post
/v1/quest-event/{eventId}/participant/register

Unregister Participation

Unregister a user for a quest event.

put
Path parameters
eventIdstringRequired
Responses
put
/v1/quest-event/{eventId}/participant/unregister

Cancel Participation

Cancel participation in a quest event.

put
Path parameters
eventIdstringRequired
Responses
put
/v1/quest-event/{eventId}/participant/cancel

Sync Participation

Sync points in a score based event.

get
Path parameters
eventIdstringRequired
Responses
get
/v1/quest-event/{eventId}/participant/sync

Types

Last updated