Possible to filter and sort activity logs by their payload using V2 API?

Is it possible to filter and sort activity logs by their payload using V2 API?

For example; I want. to get the only the most recent time_tracking column update value across all boards. At the moment I have to give a limit of 1000 and then filter on my end.

It’d be nice if we could say only get latest update for each unique column.

Hi there @blwsh and a very warm welcome to the community!

To be transparent with you, I don’t think this is possible within our API just yet. That said, perhaps you could use the “from” field in the API to get only the relevant updates for your board?

There is also an option to only get results based on a particular column ID. I hope those can help in the meantime, and it would definitely be great to have more filtering and sorting options from the API itself.

-Alex

Hey alex, this looks like it will help! And yeah, I’d be great if we could have more filter options based on columns data :slight_smile:

Thanks!

2 Likes

You’re more than welcome and I’m glad that was useful :raised_hands: