Filter on date_last_updated?

Avatar image for cbandes
cbandes

20

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

In the spirit of trying to minimize my API calls and caching retrieved data, I'm wondering if it's possible to send requests that are filtered against date_last_updated? That way I could, for instance, retrieve some data, store it for a while, and then only retrieve new data from the API if things have been updated. Is it possible to do a request for "characters that have changed since [date]" or something like that?