Hello,
I am trying to get events that are after a certain date, in the API documentation it says you can build a filter for "is today or after" but for some reason it is not working to actually filter?
I have this:
?filters=[{"field:":"field_91","operator":"is+today+or+after"}
I am wondering if I have to go after the field_91_raw and grab the actual
non date and time filter but I don't know how to get to the nested data.
Any help would be appreciated! Thanks!