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"
}
}
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ أكتوبر 11, 2017 في 11:52 صباحا
Hi @ajinkyabadve,
Yes, this is something that I can add. I've created a ticket for this here.