Method GetCompletedHeroChallenges
- Namespace
- GuildWars2.Exploration
- Assembly
- GuildWars2.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
characterNamestringA character name that belongs to the account associated with the access token.
accessTokenstringAn API key or subtoken.
cancellationTokenCancellationTokenA token to cancel the request.