API filter getting 500
I would like to use the API to fetch some data. One of them contains a select field.
According to the doc I should be using
(I've tried also
Thanks in advance for the help !
According to the doc I should be using
createdAt[gte]:\"2023-01-01\" so with the select field :status[in]:[\"closed\"] But I keep getting 500 errors (I've tried also
status[in]:["closed"] | status[in]:[closed]...) but each time a 500 error :/Thanks in advance for the help !