AssetQuery
recursiveboolean
select object
accessstring
Possible values: [PRIVATE
, PROTECTED
, PUBLIC
]
idsstring[]
names object[]
parents object[]
paths object[]
realm object
userIdsstring[]
typesstring[]
attributes object
orderBy object
limitint32
AssetQuery
{
"recursive": true,
"select": {
"basic": true
},
"access": "PRIVATE",
"ids": [
"string"
],
"names": [
{
"match": "EXACT",
"caseSensitive": true,
"value": "string",
"negate": true
}
],
"parents": [
{
"id": "string"
}
],
"paths": [
{
"path": [
"string"
]
}
],
"realm": {
"name": "string"
},
"userIds": [
"string"
],
"types": [
"string"
],
"attributes": {
"operator": "AND",
"items": [
{
"name": {
"match": "EXACT",
"caseSensitive": true,
"value": "string",
"negate": true
},
"negated": true,
"path": [
{}
],
"value": {
"predicateType": "string"
},
"meta": [
{
"name": {
"match": "EXACT",
"caseSensitive": true,
"value": "string",
"negate": true
},
"negated": true,
"path": [
{}
],
"value": {
"predicateType": "string"
}
}
],
"previousValue": {
"predicateType": "string"
},
"timestampOlderThan": "string"
}
],
"groups": [
null
]
},
"orderBy": {
"property": "CREATED_ON",
"descending": true
},
"limit": 0
}