RyanAnderson2
8 years agoQrew Cadet
Retrieving All Application Pages by API - How?
Looking for an API or figuring out a process by APIs to grab all the pages in an application (especially the code pages). I've used the API_GetSchema to grab the application level and table levels. The table schema seems to have everything I need in it, but the application schema is very bare.
I didn't realize the pages were excluded from the schema pull of the application. I see there is an API call for getting a specific page, API_GetDBPage, but that works only if you know the page ids beforehand
Is there an API that will show all the pages ids for an application, or get all pages?
I didn't realize the pages were excluded from the schema pull of the application. I see there is an API call for getting a specific page, API_GetDBPage, but that works only if you know the page ids beforehand
Is there an API that will show all the pages ids for an application, or get all pages?