curl --location --request GET 'http://localhost:5600/open/crons/views'
{
"code": 0,
"data": [
{
"id": 0,
"name": "string",
"position": 0,
"isDisabled": 0,
"filters": [
{
"property": "command",
"operation": "Reg",
"value": "string"
}
],
"sorts": [
{
"property": "command",
"type": "ASC"
}
],
"filterRelation": "and",
"type": 1,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}