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"
}
}
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 11 de octubre de 2017 a las 11:52
Hi @ajinkyabadve,
Yes, this is something that I can add. I've created a ticket for this here.