Wondering how many observations I've added to projects

Is there a way to tell how many observations that aren’t mine that I’ve added to projects that also aren’t mine?

There’s a few projects that I frequently toss observations into, but they are taxa that I can’t place an ID on. So I have sometimes been curious how many I’ve added. Any way to know that?

2 Likes

for traditional projects, the API’s GET /v1/observations response does show who added a particular user to a particular project. so if the project isn’t too big, you could request all the observations from that project and scan through them to see if you were the one who added them.

assuming you mark the observations you add to projects as reviewed, then you might also be able to use the reviewed flag filter parameter in combination with you as the reviewer in order to limit the number of observations that you have to get from the API and scan through.

2 Likes

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