Files
openstapps/frontend/app/cypress/fixtures/catalog/all.search.req.json
2023-12-05 15:17:00 +00:00

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"
}
}