AppObjectList
Overview
Lists the app objects. Is the layout for AppObjectListDef.
Information noteAn app object is a generic object created at app level.
Properties
Name | Description | Type |
---|---|---|
qItems | Information about the list of dimensions |
Array of NxContainerEntry |
Example
"qAppObjectList": {
"qItems": [
{
"qInfo": {
"qId": "SH01",
"qType": "sheet"
},
"qData": {
"id": ""
}
}
]
}