ferdi9544
API : Error 500 while fetching all companies
When I use the API (code or web interface) I get this error:
500 Internal Server Error
No supported response body returned
I deactive the multi-select field we had for the company object but didn't change anything. Others objects are fetchable.
Our space name is Colec. We're on the cloud formula
29 replies
Import data generate a 400 error
I tried to import data from a xlsx file, I mapped field properly but get an error when I imported.
It was for a custom data model with an address type field, maybe that was caused the issue.
Workspace is Colec
Thanks for the help !
7 replies
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 !8 replies