Forum Discussion
ChayceDuncan2
7 years agoQrew Cadet
So part of your question is possible in the API, others are 'possible' through much more complicated, non-api means.
You can use API_GetSchema against individual tables - and the response will kick back a list of reports, and you can parse out what reports exist in each table.
As for forms and dynamic form rules, nothing in the API to date has provided that option. That being said - depending on how fancy you are with true development - you could theoretically set up an automated process that scrapes that page for you on a schedule. Basically set up a process in Node JS for example, and using a headless browser, navigate to the form elements and parse out the fields on the page. Its not as clear cut as the API - but theoretically possible.
Chayce Duncan | Technical Lead
(720) 739-1406 | chayceduncan@quandarycg.com
Quandary Knowledge Base
You can use API_GetSchema against individual tables - and the response will kick back a list of reports, and you can parse out what reports exist in each table.
As for forms and dynamic form rules, nothing in the API to date has provided that option. That being said - depending on how fancy you are with true development - you could theoretically set up an automated process that scrapes that page for you on a schedule. Basically set up a process in Node JS for example, and using a headless browser, navigate to the form elements and parse out the fields on the page. Its not as clear cut as the API - but theoretically possible.
Chayce Duncan | Technical Lead
(720) 739-1406 | chayceduncan@quandarycg.com
Quandary Knowledge Base