Table of Contents

Method GetStoredBuildNumbers

Namespace
GuildWars2.Hero.Builds
Assembly
GW2SDK.dll

GetStoredBuildNumbers(string?, CancellationToken)

Retrieves the unlocked storage numbers in the build storage. Each account has 3 spaces unlocked initially, which can be expanded up to 30 with Expansions. This endpoint is only accessible with a valid access token.

public Task<(IReadOnlyList<int> Value, MessageContext Context)> GetStoredBuildNumbers(string? accessToken, CancellationToken cancellationToken = default)

Parameters

accessToken string

An API key or subtoken.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(IReadOnlyList<int> Value, MessageContext Context)>

A task that represents the API request.