#querying nested hasMany docs

1 messages · Page 1 of 1 (latest)

polar sparrow
#

I have an event which hasMany tags through the field 'tags'. The api query documentation seems to be for a single artist object. How can I find an event with at least one tag with a specific id?

I tried where%5Btags.id%5D%5Bequals%5D=%226615878779a378018bcf2317%22

but get a 400.

topaz horizonBOT
polar sparrow