I would like to get ALL the ui components in a quickbase view. Is there a api that enumerates them, returns IDs, names, etc?
Asked
Active
Viewed 32 times
1 Answers
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