Skip to main content Skip to complementary content

List all app objects

Overview

List the app objects, measures, dimensions, variables and bookmarks in an app by creating a transient object using the CreateSessionObject method and getting the layout of the transient object using the GetLayout method.

The transient object should contain the following definitions:

  • qAppObjectListDef in order to list the app objects like sheets and stories
  • qDimensionListDef if you wish to list the dimensions in the app
  • qMeasureListDef if you wish to list the measures in the app
  • qBookmarkListDef if you wish to list the bookmarks in the app
  • qVariableListDef if you wish to list the variables in the app
Information noteAn app object is a generic object created at the app level (the handle used for the creation of the app object is the handle of the app).

Examples

Example 1:  

Example 2:  

Example 3:  

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!