API / Documentation

entry_get_actor_overview_since (api_user, nick, limit, since_time)

Get entries for a user's overview since a certain time

This is a useful call if you are trying to periodically poll to keep up to date as it is more efficient for you to only get the updates since some time near the last time you get an entry.

PARAMS:
  • nick - the actor for whom to fetch the overview
  • limit - how many entries to fetch, max 100
  • since_time - a datetime after which to retrieve entries

RETURNS: [entry_ref1, entry_ref2, ...]