AppObjectListDef
Overview
Defines the list of objects in an app.
Information noteAn app object is a generic object created at app level.
Properties
Name | Description | Type |
---|---|---|
qType | Type of the app list. | String |
qData |
Data that you want to include in the app list definition. You need to enter the paths to the information you want to retrieve. |
JSON |
Example
"qAppObjectListDef": {
"qType": "sheet",
"qData": {
"id": "/qInfo/qId"
}
In this example, the user is interested in getting the identifiers of each sheet in the app.
Learn more
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!