Discussions
How to use filters?
22 days ago by null
I would like to request multiple events in one request. The documentation tells me, that this should be the way to request more than one event. But I do get random events returned, at least not what I would expect:
curl --request GET
--url 'https://api.eventtemple.com/v2/events?include=space&filter[booking_id][in]=3113374,2970583,2929460'
--header 'accept: application/json'
--header 'authorization: Bearer XXXX'
Everything after the question mark I have urlencoded. Here I left it unencoded for better reading.
I tried the same with line_items, but no luck either.
Anything I am missing here?