Is there a way to filter events in a feed by their post date or created date?
This might help pulling down less data as it will automatically de-dup the dataset and everytime I pull I will get the delta i.e. the newly added/created events.
Thanks,
Mangesh
Message edited by Mangesh 15 years ago
active Admin
–
15 years ago
You can indeed. This query, for example, returns all Running activities added or modified since yesterday (25 May, 2010):
Hi,
Is there a way to filter events in a feed by their post date or created date?
This might help pulling down less data as it will automatically de-dup the dataset and everytime I pull I will get the delta i.e. the newly added/created events.
Thanks,
Mangesh
Message edited by Mangesh 15 years ago
active Admin – 15 years ago
You can indeed. This query, for example, returns all Running activities added or modified since yesterday (25 May, 2010):
http://api.amp.active.com/search?k=&v=xml&m=meta:lastModifiedDate:daterange:05%2F25%2F2010..+meta:channel=Running&api_key=wuhmn9ye94xn3xnteudxsavw
Note the field in question is called "lastModifiedDate". I'll be updating the online documentation shortly.