Bubble data API is not returning all the fields I have in the table when doing a get request

I am facing an issue with bubble data api which I expected to be something fairly simple. I am trying to do a get request and receive the users I have in my User table which has a bunch of fields. When I fire a get request to the data api, I only receive partial fields and not all fields are present per user! I still cannot understand the reason behind this although all the columns actually has values in them and I have no privacy rules set to any of my tables!

  • Settings/API/EnableDataApi/markUser
  • Back in your privacy rules give the needed API permissions to the userObject
  • Pass your user or api token with the GET call