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.