0

I would like to get ALL the ui components in a quickbase view. Is there a api that enumerates them, returns IDs, names, etc?

user147372
  • 39
  • 8

1 Answers1

0

There is API_GetSchema which returns field information, queries and variables of a table. That would give you the field id, label (name), type, est. It's not a view but an API call

Trevor V
  • 1,958
  • 13
  • 33