https://developers.themoviedb.org/3/movies/get-movie-account-states
In above API(account states API ) can we get last updated timestamp so that we can track which update is the latest one. Like below:
{
"id": 550,
"favorite": {
"value": true,
"timestampt": "3214231234"//last update time stamp(meaning updated last timestamp by user)
},
"rated": {
"value": 8,
"timestampt": "3214231234"
},
"watchlist": {
"value": false,
"timestampt": "3214231234"
}
}
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 11 ottobre, 2017 alle 11:52AM
Hi @ajinkyabadve,
Yes, this is something that I can add. I've created a ticket for this here.