hello.I would like to find a list of only the active schedules set in CR.If you try to use the request sample Json listed in the list of automations available to you, it will fail with the message 'Invalid parameter passed'. (fields and values are correct)So, if you try to edit the Json like below, you will get a response.However, it seems that the filter values are not applied properly. All created schedules are viewed regardless of filter conditions. Do you know what the problem is?
{
"filter": {
"operator": "NONE",
"operands": {
"operator": "eq",
"field": "status",
"value": "active"
}]
},
"sort": b
{
"field": "name",
"direction": "asc"
}
],
"page": {
"offset": 0,
"length": 100
}
}