-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Normal
-
None
-
Affects Version/s: None
-
Component/s: Web service
-
None
It would be nice to have an endpoint to fetch when an entity was last updated (aka the last time an edit was approved). It would help external apps that cache api data determine whether it should ask for data or not, and prevent refetching unchanged entities
It could be like the listenbrainz api and take an list of mbids, then spit out data for each element (https://listenbrainz.readthedocs.io/en/latest/users/api/metadata.html#get--1-metadata-recording-)
Ex:
/ws/2/recording/update?mbids=cee9d286-d764-4ea5-a37d-92e6a9e7296d,a9db4d10-4468-4943-8f66-57d21730ecda&fmt=json
```
{
"cee9d286-d764-4ea5-a37d-92e6a9e7296d":
,
"a9db4d10-4468-4943-8f66-57d21730ecda":
}
```