API reference
API reference
Select your platform
No SDKs available
No versions available

Challenges Class

Static Member Functions

static Request< Models.ChallengeEntryList > GetPreviousEntries
static Request< Models.ChallengeList > GetNextChallenges
static Request< Models.ChallengeList > GetPreviousChallenges
DEPRECATED. Use server-to-server API call instead.
If the current user has an invite to the challenge, decline the invite
DEPRECATED. Use server-to-server API call instead.
Gets the information for a single challenge
Parameters
challengeID
The id of the challenge whose entries to return.
Requests a block of challenge entries.
Parameters
challengeID
The id of the challenge whose entries to return.
limit
Defines the maximum number of entries to return.
filter
By using ovrLeaderboard_FilterFriends, this allows you to filter the returned values to bidirectional followers.
startAt
Defines whether to center the query on the user or start at the top of the challenge.
Requests a block of challenge entries.
Parameters
challengeID
The id of the challenge whose entries to return.
limit
The maximum number of entries to return.
afterRank
The position after which to start. For example, 10 returns challenge results starting with the 11th user.
Requests a block of challenge entries. Will return only entries matching the user IDs passed in.
Parameters
challengeID
The id of the challenge whose entries to return.
limit
Defines the maximum number of entries to return.
startAt
Defines whether to center the query on the user or start at the top of the challenge. If this is LeaderboardStartAt.CenteredOnViewer or LeaderboardStartAt.CenteredOnViewerOrTop, then the current user's ID will be automatically added to the query.
userIDs
Defines a list of user ids to get entries for.
Requests for a list of challenge
If the current user has permission, join the challenge
If the current user has permission, leave the challenge
DEPRECATED. Use server-to-server API call instead.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon