#thomasst

1 messages · Page 1 of 1 (latest)

alpine anvilBOT
gusty hill
#

logs no

jade zephyr
#

Thanks!

#

Can I filter by object?

gusty hill
#

You can filter by event types

#

So just pass up to 20 different event types to the types param

#

So you could pass all types of a given object

jade zephyr
#

yeah but then I still have to manualy filter out the objects?

gusty hill
#

What do you mean? If you pass the types, the endpoint will filter those for you

jade zephyr
#

Let's say I want to see all subscription updates for a given subscription ID.

gusty hill
#

Ah yeah you'd need to filter by that specific id in your code that's true

#

Really using that endpoint isn't recommended. We always recommend webhooks to get proactively notified of these things so you can handle on the fly

#

But if this is just a one-off kind of thing, then yeah you'll need to use that endpoint and filter results yourself