{
"worksheetId": "string",
"views": [
{
"name": "string",
"type": "table",
"filter": {
"type": "group",
"logic": "AND",
"field": "string",
"operator": "string",
"value": null,
"children": [
{
"type": "group",
"logic": "AND",
"field": "string",
"operator": "string",
"value": null,
"children": {}
}
]
},
"sort": {
"field": "string",
"isAsc": true
},
"group": {
"groupField": "string"
},
"hiddenFields": [
"string"
],
"tableFields": [
"string"
],
"card": {
"titleField": "string",
"summaryField": "string",
"displayFields": [
"string"
],
"coverField": "string",
"coverDirection": "top",
"coverDisplayMode": "circle"
},
"actions": {
"detailActions": [
"string"
],
"quickActions": [
{
"type": "copy",
"id": "string"
}
]
},
"quickFilters": [
"string"
],
"filterList": {
"filterField": "string"
},
"color": {},
"config": {
"groupField": "string",
"dates": [
{
"startField": "string",
"endField": "string"
}
],
"relationField": "string",
"startField": "string",
"endField": "string",
"milestoneField": "string",
"resourceField": "string",
"locationField": "string",
"mode": "all"
}
}
]
}