TwentyT
Twenty2y ago
7 replies
Ferdinand H

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
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 !
Was this page helpful?