You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The endpoint returns an array of objects, each representing a template slot in the build storage. The amount of templates is implied by the length of the array.
Each object contains the following:
name (string)
profession (string)
specializations (array of 3 objects)
id (number)
traits (array of 3 numbers) – The trait IDs
skills (number, optional)
heal (number)
utilities (array of 3 numbers) – The skill IDs
elite (number)
aquatic_skills (array, optional) – An array of item IDs for each rune or signet applied to the item.
heal (number)
utilities (array of 3 numbers) – The skill IDs
elite (number)
legends (array of 2 numbers, optional) – An array of legend.
aquatic_legends (array of 2 numbers, optional) – An array of legend.
https://wiki.guildwars2.com/wiki/API:2/account/buildstorage
The text was updated successfully, but these errors were encountered: