mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
31 lines
532 B
JSON
31 lines
532 B
JSON
{
|
|
"filter": {
|
|
"arguments": {
|
|
"operation": "and",
|
|
"filters": [
|
|
{
|
|
"type": "value",
|
|
"arguments": {
|
|
"field": "type",
|
|
"value": "catalog"
|
|
}
|
|
},
|
|
{
|
|
"type": "value",
|
|
"arguments": {
|
|
"field": "academicTerm.uid"
|
|
}
|
|
},
|
|
{
|
|
"type": "value",
|
|
"arguments": {
|
|
"field": "level",
|
|
"value": "0"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"type": "boolean"
|
|
}
|
|
}
|