Hi,
i’ve got a short question concerning the guild log and it’s related gw2-wiki-entry (https://wiki.guildwars2.com/wiki/API:2/guild/:id/log).
The issue is realted with the “upgrade” keyword (type).
A log entry may look like this (name removed):
{
“id”: 156214,
“time”: “2017-01-07T20:25:47.000Z”,
“type”: “upgrade”,
“upgrade_id”: 71255,
“count”: 1,
“action”: “completed”,
“user”: “—-”
},
Problem: the upgrade id was moved (? – it worked until a few days ago) to the item list (https://api.guildwars2.com/v2/items/71255), which means: the log entry is labeled as upgrade, has an upgrade-id but provides an item-id.
Will there be any update to the API which allows to differ upgrade-id’s from item-id’s or is there any safe way already?