I have a DATA API which I use to integrate with Data Lake.
In most cases - all data fields are visible, as I am allowing the user to find all field in searches when logged in.
But On one of the databases, I do not see some of the fields when doing the data API Call.
They are just not listed. What can be the problem?
I am calling: https:// myapplication/api/1.1/obj/databaseiwant
And receive only 20 something from almost 40 fields.
Privacy rules - never hide any fields for any type of users logged.
What can be the issue? What can limit the data API fields visibility?