Filter identifications by date

Hi,

I know how to retrieve a list of all my identications:

https://www.inaturalist.org/identifications?user_id=trscavo

OR

https://www.inaturalist.org/observations/identify?reviewed=any&quality_grade=needs_id%2Cresearch&ident_user_id=trscavo

How do I filter this list by identification date, say, all identifications made between 2019-11-25 and 2019-12-04?

Thanks in advance.

well… only a partial solution, but you can assume you reviewed the observation after it was uploaded:

https://www.inaturalist.org/observations/identify?reviewed=any&quality_grade=needs_id%2Cresearch&ident_user_id=trscavo&created_d1=2019-11-25&createdDateType=range&place_id=any

i haven’t seen anything available to general users that allows for query by identification date. i think the closest you can get is to query by identification id (ex. https://api.inaturalist.org/v1/docs/#!/Identifications/get_identifications).

this page will give you your identifications sorted by identification id (desc): https://www.inaturalist.org/identifications?user_id=trscavo&for=others. so you could find the first and last identifications in your date range of interest and get everything else in between.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.