Method GetCompletedHeroChallenges
- Namespace
- GuildWars2.Exploration
- Assembly
- GW2SDK.dll
GetCompletedHeroChallenges(string, string?, CancellationToken)
Retrieves the IDs of completed hero challenges on a character. This endpoint is only accessible with a valid access token.
public Task<(HashSet<string> Value, MessageContext Context)> GetCompletedHeroChallenges(string characterName, string? accessToken, CancellationToken cancellationToken = default)
Parameters
characterName
stringA character name that belongs to the account associated with the access token.
accessToken
stringAn API key or subtoken.
cancellationToken
CancellationTokenA token to cancel the request.