DashboardQuery
select object
conditions object
idsstring[]
names object[]
userIdsstring[]
realm object
startint32
limitint32
DashboardQuery
{
"select": {
"basic": true
},
"conditions": {
"dashboard": {
"access": [
"PUBLIC"
]
},
"asset": {
"access": [
"RESTRICTED"
],
"minAmount": "AT_LEAST_ONE",
"parents": [
{
"id": "string"
}
]
}
},
"ids": [
"string"
],
"names": [
{
"match": "EXACT",
"caseSensitive": true,
"value": "string",
"negate": true
}
],
"userIds": [
"string"
],
"realm": {
"name": "string"
},
"start": 0,
"limit": 0
}