Forum Discussion
MCFNeil
8 years agoQrew Captain
API_GetSchema will provide you the tables, field IDs, and field names.
https://help.quickbase.com/api-guide/index.html#getschema.html%3FTocPath%3DQuick%2520Base%2520API%25...
Then combined with your normal Queries to get the values you are looking for.
The form elements can be captured and edited, but only using a virtual machine. Its pretty tricky, and you would need to have a strong use case for the need to pull/manipulate that information.
https://help.quickbase.com/api-guide/index.html#getschema.html%3FTocPath%3DQuick%2520Base%2520API%25...
Then combined with your normal Queries to get the values you are looking for.
The form elements can be captured and edited, but only using a virtual machine. Its pretty tricky, and you would need to have a strong use case for the need to pull/manipulate that information.
MCFNeil
8 years agoQrew Captain
Section Headings on a form are not part the schema, but part of the service, and the only way to pull that is by pulling the logs when you submit the request to edit the form.
i.e. ?a=DformProps&dfid=2
I have to ask, Why do you need the form headings via the API?
i.e. ?a=DformProps&dfid=2
I have to ask, Why do you need the form headings via the API?