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.
- RalphKrausse8 years agoQrew TraineeAWESOME, thanks. I will check it out.
- RalphKrausse8 years agoQrew TraineeI just tried that but unfortunately it doesn't get all the data. I am specifically interested in Section Heading information.
- MCFNeil8 years agoQrew CaptainSection 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? - RalphKrausse8 years agoQrew TraineeSo this is my query
https://abc.quickbase.com/db/bminxc2uf?a=DformProps&ticket=XXX&ap...
But I am still not getting the sections headers and I am not exactly sure what I am looking at.
Why do we need this?
We run reports against the data in QB but I can't manage what I want in the reports while in QB, so I am creating a web site that will extract all the QB data and let me manages what data I want in it and what data I do not.
I can't make QB do what I need it to do with JS,
Also what do you mean by "pulling the logs"