Requesting hidden fields in a table through the API

Hi. Is there a way to know which fields are hidden in a table or a view using the Baserow API?

I would like to automatically exclude hidden fields in my table request, similarly as what happens using the “include” or “exclude” parameter.

Thank u in advance. :pray:

Hi,

Yes, it is possible to get field information through the API. Check Baserow API spec for more information.

Thanks for reaching out @frederikdc! Is that available for self hosted instances of baserow? Thanks in advance.

EDIT: I found a way. Thanks again.