does there exist some MB api where a client can query the "last update" time of an entity, or related entities? for example a client has a list of mb release IDs and related data that was fetched a while ago, now it wants to know which of them need to be refetched
2024-07-14 19623, 2024
sentriz
without having to query the api for each ID
2024-07-14 19641, 2024
sentriz
if it doesn't exist, would this be a valid proposal, maybe for the issue tracker?
2024-07-14 19625, 2024
sentriz
(the update time being the timestamp of the last closed edit i suppose)
2024-07-14 19638, 2024
beanbrain joined the channel
2024-07-14 19614, 2024
Maxr1998_ joined the channel
2024-07-14 19629, 2024
Maxr1998 has quit
2024-07-14 19608, 2024
Volkor has quit
2024-07-14 19624, 2024
aerozol[m]
Until someone who knows what they’re talking about comes along, let me fill in!
2024-07-14 19605, 2024
aerozol[m]
Entities do have a ‘last updated’ timestamp at the bottom right of the MB web view/page, no idea if or how that can be queried via the API.
2024-07-14 19630, 2024
kepstin has quit
2024-07-14 19649, 2024
kepstin joined the channel
2024-07-14 19619, 2024
Volkor joined the channel
2024-07-14 19611, 2024
mayhem has quit
2024-07-14 19623, 2024
mayhem joined the channel
2024-07-14 19614, 2024
iconoclasthero has quit
2024-07-14 19637, 2024
iconoclasthero joined the channel
2024-07-14 19617, 2024
anonn joined the channel
2024-07-14 19643, 2024
JetpackJackson joined the channel
2024-07-14 19638, 2024
anonnn joined the channel
2024-07-14 19619, 2024
anonn has quit
2024-07-14 19620, 2024
antlarr has quit
2024-07-14 19625, 2024
RichardDegenne[m has quit
2024-07-14 19615, 2024
MeatPupp3t has quit
2024-07-14 19621, 2024
MeatPupp3t joined the channel
2024-07-14 19628, 2024
discordbrainz
<03metadataismydrug> I haven't seen such timestamps in any api responses myself. But It's entirely possible I missed them. (I have been wishing it showed them for entities in a collection so you could know what items have been changed so you can refresh them and what you can ignore)
2024-07-14 19613, 2024
protopia[m] has quit
2024-07-14 19620, 2024
bitmap[m]
We don't have that kind of information, unfortunately. In the database, many tables (including for entities) have a last_updated column which records when the row was updated, and this is what's displayed in the sidebar of the website. It doesn't indicate if or when any linked data has changed.