API ReferenceGuidesChangelog
Dashboards

Delete a dashboard by id

DELETE
/v1/dashboards/{dashboardId}

Authorization

api-key<token>

In: header

Path Parameters

dashboardId*string

filter the dashboard by id

Query Parameters

projectId?string

filter the dashboard by project id

ownerName?string

username or organization name

slug?string

project slug

Response Body

application/json

curl -X DELETE "https://example.com/v1/dashboards/string"
{  "createPanels": [    "string"  ],  "createdAt": "2019-08-24T14:15:22Z",  "default": true,  "description": "string",  "editPanels": [    "string"  ],  "extra": {    "templateVariables": {      "property1": {        "defaultValue": "string",        "field": "string",        "options": [          "string"        ],        "sourceName": "string"      },      "property2": {        "defaultValue": "string",        "field": "string",        "options": [          "string"        ],        "sourceName": "string"      }    },    "templateViews": [      {        "values": {          "property1": "string",          "property2": "string"        }      }    ]  },  "id": "string",  "isPinned": true,  "layouts": {    "responsiveLayouts": {      "property1": {        "layouts": [          {            "h": 0,            "i": "string",            "w": 0,            "x": 0,            "y": 0          }        ]      },      "property2": {        "layouts": [          {            "h": 0,            "i": "string",            "w": 0,            "x": 0,            "y": 0          }        ]      }    }  },  "name": "string",  "ownerId": "string",  "panels": {    "property1": {      "chart": {        "config": {          "barGauge": {            "calculation": "LAST",            "direction": "HORIZONTAL",            "sort": {              "orderDesc": true,              "sortBy": "ByName"            }          },          "dataConfig": {            "seriesLimit": 0          },          "labelConfig": {            "alias": "string",            "columns": [              {                "name": "string",                "showLabel": true,                "showValue": true              }            ]          },          "lineConfig": {            "smooth": true,            "style": "Solid"          },          "markers": [            {              "color": "string",              "label": "string",              "type": "LINE",              "value": 0.1,              "valueX": "string"            }          ],          "pieConfig": {            "absValue": true,            "calculation": "LAST",            "pieType": "Pie",            "showPercent": true,            "showValue": true          },          "queryValueConfig": {            "calculation": "LAST",            "colorTheme": {              "backgroundColor": "string",              "textColor": "string",              "themeType": "string"            },            "seriesCalculation": "LAST",            "showBackgroundChart": true          },          "scatterConfig": {            "color": "string",            "maxSize": 0,            "minSize": 0,            "symbolSize": "string"          },          "seriesConfig": {            "series": {              "property1": {                "type": "LINE"              },              "property2": {                "type": "LINE"              }            }          },          "tableConfig": {            "calculation": "LAST",            "calculations": {              "property1": "LAST",              "property2": "LAST"            },            "columnOrders": [              "string"            ],            "columnWidths": {              "property1": 0,              "property2": 0            },            "rowLimit": 0,            "showColumns": {              "property1": true,              "property2": true            },            "showPlainData": true,            "sortColumns": [              {                "column": "string",                "orderDesc": true              }            ],            "valueConfigs": {              "property1": {                "currencySymbol": "string",                "dateFormat": "string",                "mappingRules": [                  {                    "colorTheme": {                      "backgroundColor": "string",                      "textColor": "string",                      "themeType": "string"                    },                    "comparison": "string",                    "text": "string",                    "value": 0.1                  }                ],                "maxFractionDigits": 0,                "maxSignificantDigits": 0,                "precision": 0,                "prefix": "string",                "showValueLabel": true,                "style": "Standard",                "suffix": "string",                "tooltipTotal": true,                "valueFormatter": "NumberFormatter"              },              "property2": {                "currencySymbol": "string",                "dateFormat": "string",                "mappingRules": [                  {                    "colorTheme": {                      "backgroundColor": "string",                      "textColor": "string",                      "themeType": "string"                    },                    "comparison": "string",                    "text": "string",                    "value": 0.1                  }                ],                "maxFractionDigits": 0,                "maxSignificantDigits": 0,                "precision": 0,                "prefix": "string",                "showValueLabel": true,                "style": "Standard",                "suffix": "string",                "tooltipTotal": true,                "valueFormatter": "NumberFormatter"              }            }          },          "timeRangeOverride": {            "compareTime": {              "ago": {                "unit": "string",                "value": 0.1              }            },            "enabled": true,            "timeRange": {              "end": {                "absoluteTime": "string",                "relativeTime": {                  "align": "string",                  "unit": "string",                  "value": 0                }              },              "interval": {                "unit": "string",                "value": 0.1              },              "start": {                "absoluteTime": "string",                "relativeTime": {                  "align": "string",                  "unit": "string",                  "value": 0                }              },              "step": "string",              "timezone": "string"            }          },          "valueConfig": {            "currencySymbol": "string",            "dateFormat": "string",            "mappingRules": [              {                "colorTheme": {                  "backgroundColor": "string",                  "textColor": "string",                  "themeType": "string"                },                "comparison": "string",                "text": "string",                "value": 0.1              }            ],            "maxFractionDigits": 0,            "maxSignificantDigits": 0,            "precision": 0,            "prefix": "string",            "showValueLabel": true,            "style": "Standard",            "suffix": "string",            "tooltipTotal": true,            "valueFormatter": "NumberFormatter"          },          "xAxis": {            "column": "string",            "format": "string",            "max": "string",            "min": "string",            "name": "string",            "scale": true,            "sort": {              "orderDesc": true,              "sortBy": "ByName"            },            "type": "string"          },          "yAxis": {            "column": "string",            "max": "string",            "min": "string",            "name": "string",            "scale": true,            "stacked": "string"          }        },        "datasourceType": "METRICS",        "enableExperimentalFeatures": true,        "eventLogsConfig": {          "columnsConfig": {            "columns": [              {                "accessorKey": "string",                "enableHiding": true,                "enableResizing": true,                "enableSorting": true,                "id": "string",                "name": "string",                "size": 0              }            ],            "state": {              "columnOrder": [                "string"              ],              "columnSizing": {                "property1": 0,                "property2": 0              },              "columnVisibility": {                "property1": true,                "property2": true              },              "sorting": [                {                  "desc": true,                  "id": "string"                }              ]            }          },          "query": "string",          "sourceName": "string",          "timeRangeOverride": {            "enabled": true,            "timeRange": {              "end": {                "absoluteTime": "string",                "relativeTime": {                  "align": "string",                  "unit": "string",                  "value": 0                }              },              "interval": {                "unit": "string",                "value": 0.1              },              "start": {                "absoluteTime": "string",                "relativeTime": {                  "align": "string",                  "unit": "string",                  "value": 0                }              },              "step": "string",              "timezone": "string"            }          }        },        "formulas": [          {            "expression": "sum(a)+sum(b)"          }        ],        "group": {          "childLayouts": {            "responsiveLayouts": {              "property1": {                "layouts": [                  {                    "h": 0,                    "i": "string",                    "w": 0,                    "x": 0,                    "y": 0                  }                ]              },              "property2": {                "layouts": [                  {                    "h": 0,                    "i": "string",                    "w": 0,                    "x": 0,                    "y": 0                  }                ]              }            }          },          "collapsed": true,          "highlightColor": "string",          "style": "DEFAULT",          "title": "string"        },        "insightsQueries": [          {            "dataSource": "METRICS",            "eventsQuery": {              "aggregation": {                "aggregateProperties": {                  "propertyName": "string",                  "type": "SUM"                },                "countUnique": {                  "duration": {                    "unit": "string",                    "value": 0.1                  }                },                "total": {},                "unique": {}              },              "alias": "string",              "color": "string",              "disabled": true,              "functions": [                {                  "arguments": [                    {                      "boolValue": true,                      "doubleValue": 0.1,                      "durationValue": {                        "unit": "string",                        "value": 0.1                      },                      "intValue": 0,                      "stringValue": "string"                    }                  ],                  "name": "string"                }              ],              "groupBy": [                "string"              ],              "id": "string",              "limit": 0,              "resource": {                "cohortsId": "string",                "cohortsQuery": {                  "groups": [                    {                      "filters": [                        {                          "aggregation": {                            "aggregateProperties": {},                            "operator": "EQ",                            "total": {},                            "value": [                              null                            ]                          },                          "name": "string",                          "selectorExpr": {                            "logicExpr": {                              "expressions": []                            },                            "selector": {                              "value": []                            }                          },                          "symbol": true,                          "timeRange": {                            "end": "now",                            "start": "now-1M",                            "step": 86400,                            "timezone": "Europe/London"                          }                        }                      ],                      "joinOperator": "AND"                    }                  ],                  "id": "string",                  "joinOperator": "AND",                  "name": "string"                },                "multipleNames": [                  "string"                ],                "name": "string",                "type": "EVENTS"              },              "selectorExpr": {                "logicExpr": {                  "expressions": [                    {}                  ],                  "operator": "AND"                },                "selector": {                  "key": "string",                  "operator": "EQ",                  "value": [                    {                      "boolValue": true,                      "dateValue": "2019-08-24T14:15:22Z",                      "doubleValue": 0.1,                      "intValue": 0,                      "listValue": {                        "values": [                          "string"                        ]                      },                      "longValue": "string",                      "stringValue": "string"                    }                  ]                }              }            },            "metricsQuery": {              "aggregate": null,              "alias": "transfer (24h)",              "disabled": false,              "functions": [                {                  "arguments": [                    {                      "durationValue": {                        "unit": "d",                        "value": 1                      }                    }                  ],                  "name": "rollup_sum"                }              ],              "id": "a",              "labelSelector": {},              "query": "transfer_sum"            },            "priceQuery": {              "alias": "string",              "coinId": [                {                  "address": {                    "address": "string",                    "chain": "string"                  },                  "symbol": "string"                }              ],              "color": "string",              "disabled": true,              "id": "string"            },            "sourceName": "string"          }        ],        "note": {          "backgroundColor": "string",          "content": "string",          "fontSize": "MD",          "textAlign": "LEFT",          "textColor": "string",          "verticalAlign": "TOP"        },        "overlayGraphs": [          {            "chartType": "LINE",            "dataConfig": {              "seriesLimit": 0            },            "formulas": [              {                "expression": "sum(a)+sum(b)"              }            ],            "insightsQueries": [              {                "dataSource": "METRICS",                "eventsQuery": {                  "aggregation": {                    "aggregateProperties": {                      "propertyName": "string",                      "type": "SUM"                    },                    "countUnique": {                      "duration": {                        "unit": "string",                        "value": 0.1                      }                    },                    "total": {},                    "unique": {}                  },                  "alias": "string",                  "color": "string",                  "disabled": true,                  "functions": [                    {                      "arguments": [                        {                          "boolValue": true,                          "doubleValue": 0.1,                          "durationValue": {                            "unit": "string",                            "value": 0.1                          },                          "intValue": 0,                          "stringValue": "string"                        }                      ],                      "name": "string"                    }                  ],                  "groupBy": [                    "string"                  ],                  "id": "string",                  "limit": 0,                  "resource": {                    "cohortsId": "string",                    "cohortsQuery": {                      "groups": [                        {                          "filters": [                            {}                          ],                          "joinOperator": "AND"                        }                      ],                      "id": "string",                      "joinOperator": "AND",                      "name": "string"                    },                    "multipleNames": [                      "string"                    ],                    "name": "string",                    "type": "EVENTS"                  },                  "selectorExpr": {                    "logicExpr": {                      "expressions": [                        {}                      ],                      "operator": "AND"                    },                    "selector": {                      "key": "string",                      "operator": "EQ",                      "value": [                        {                          "boolValue": true,                          "dateValue": "2019-08-24T14:15:22Z",                          "doubleValue": 0.1,                          "intValue": 0,                          "listValue": {                            "values": [                              null                            ]                          },                          "longValue": "string",                          "stringValue": "string"                        }                      ]                    }                  }                },                "metricsQuery": {                  "aggregate": null,                  "alias": "transfer (24h)",                  "disabled": false,                  "functions": [                    {                      "arguments": [                        {                          "durationValue": {                            "unit": "d",                            "value": 1                          }                        }                      ],                      "name": "rollup_sum"                    }                  ],                  "id": "a",                  "labelSelector": {},                  "query": "transfer_sum"                },                "priceQuery": {                  "alias": "string",                  "coinId": [                    {                      "address": {                        "address": "string",                        "chain": "string"                      },                      "symbol": "string"                    }                  ],                  "color": "string",                  "disabled": true,                  "id": "string"                },                "sourceName": "string"              }            ],            "lineConfig": {              "smooth": true,              "style": "Solid"            },            "name": "string",            "sqlExecuteEngine": "ULTRA",            "sqlQuery": "string",            "sqlQueryId": "string",            "valueConfig": {              "currencySymbol": "string",              "dateFormat": "string",              "mappingRules": [                {                  "colorTheme": {                    "backgroundColor": "string",                    "textColor": "string",                    "themeType": "string"                  },                  "comparison": "string",                  "text": "string",                  "value": 0.1                }              ],              "maxFractionDigits": 0,              "maxSignificantDigits": 0,              "precision": 0,              "prefix": "string",              "showValueLabel": true,              "style": "Standard",              "suffix": "string",              "tooltipTotal": true,              "valueFormatter": "NumberFormatter"            },            "yAxis": {              "column": "string",              "max": "string",              "min": "string",              "name": "string",              "scale": true,              "stacked": "string"            }          }        ],        "queries": [          {            "aggregate": null,            "alias": "transfer (24h)",            "disabled": false,            "functions": [              {                "arguments": [                  {                    "durationValue": {                      "unit": "d",                      "value": 1                    }                  }                ],                "name": "rollup_sum"              }            ],            "id": "a",            "labelSelector": {},            "query": "transfer_sum"          }        ],        "retentionQuery": {          "criteria": "OnOrAfter",          "groupBy": [            "string"          ],          "interval": {            "unit": "Day",            "value": 0          },          "resources": [            {              "eventNames": [                "string"              ],              "filter": {                "propertyFilter": {                  "logicExpr": {                    "expressions": [                      {}                    ],                    "operator": "AND"                  },                  "selector": {                    "key": "string",                    "operator": "EQ",                    "value": [                      {                        "boolValue": true,                        "dateValue": "2019-08-24T14:15:22Z",                        "doubleValue": 0.1,                        "intValue": 0,                        "listValue": {                          "values": [                            "string"                          ]                        },                        "longValue": "string",                        "stringValue": "string"                      }                    ]                  }                },                "timeFilter": {                  "type": "Disable"                }              }            }          ],          "segmentBy": [            {              "allUsers": true,              "cohortId": "string"            }          ],          "selectorExpr": {            "logicExpr": {              "expressions": [                {}              ],              "operator": "AND"            },            "selector": {              "key": "string",              "operator": "EQ",              "value": [                {                  "boolValue": true,                  "dateValue": "2019-08-24T14:15:22Z",                  "doubleValue": 0.1,                  "intValue": 0,                  "listValue": {                    "values": [                      "string"                    ]                  },                  "longValue": "string",                  "stringValue": "string"                }              ]            }          },          "windowSize": 0        },        "segmentationQueries": [          {            "aggregation": {              "aggregateProperties": {                "propertyName": "string",                "type": "SUM"              },              "countUnique": {                "duration": {                  "unit": "string",                  "value": 0.1                }              },              "total": {},              "unique": {}            },            "alias": "string",            "color": "string",            "disabled": true,            "functions": [              {                "arguments": [                  {                    "boolValue": true,                    "doubleValue": 0.1,                    "durationValue": {                      "unit": "string",                      "value": 0.1                    },                    "intValue": 0,                    "stringValue": "string"                  }                ],                "name": "string"              }            ],            "groupBy": [              "string"            ],            "id": "string",            "limit": 0,            "resource": {              "cohortsId": "string",              "cohortsQuery": {                "groups": [                  {                    "filters": [                      {                        "aggregation": {                          "aggregateProperties": {                            "propertyName": "string",                            "type": "SUM"                          },                          "operator": "EQ",                          "total": {},                          "value": [                            {}                          ]                        },                        "name": "string",                        "selectorExpr": {                          "logicExpr": {                            "expressions": [                              null                            ],                            "operator": "AND"                          },                          "selector": {                            "key": "string",                            "operator": "EQ",                            "value": [                              null                            ]                          }                        },                        "symbol": true,                        "timeRange": {                          "end": "now",                          "start": "now-1M",                          "step": 86400,                          "timezone": "Europe/London"                        }                      }                    ],                    "joinOperator": "AND"                  }                ],                "id": "string",                "joinOperator": "AND",                "name": "string"              },              "multipleNames": [                "string"              ],              "name": "string",              "type": "EVENTS"            },            "selectorExpr": {              "logicExpr": {                "expressions": [                  {}                ],                "operator": "AND"              },              "selector": {                "key": "string",                "operator": "EQ",                "value": [                  {                    "boolValue": true,                    "dateValue": "2019-08-24T14:15:22Z",                    "doubleValue": 0.1,                    "intValue": 0,                    "listValue": {                      "values": [                        "string"                      ]                    },                    "longValue": "string",                    "stringValue": "string"                  }                ]              }            }          }        ],        "sqlExecuteEngine": "ULTRA",        "sqlQuery": "string",        "sqlQueryId": "string",        "type": "LINE"      },      "creator": {        "firstName": "string",        "id": "string",        "lastName": "string",        "nickname": "string",        "picture": "string",        "username": "string"      },      "dashboardId": "string",      "groupId": "string",      "id": "string",      "name": "string",      "updater": {        "firstName": "string",        "id": "string",        "lastName": "string",        "nickname": "string",        "picture": "string",        "username": "string"      }    },    "property2": {      "chart": {        "config": {          "barGauge": {            "calculation": "LAST",            "direction": "HORIZONTAL",            "sort": {              "orderDesc": true,              "sortBy": "ByName"            }          },          "dataConfig": {            "seriesLimit": 0          },          "labelConfig": {            "alias": "string",            "columns": [              {                "name": "string",                "showLabel": true,                "showValue": true              }            ]          },          "lineConfig": {            "smooth": true,            "style": "Solid"          },          "markers": [            {              "color": "string",              "label": "string",              "type": "LINE",              "value": 0.1,              "valueX": "string"            }          ],          "pieConfig": {            "absValue": true,            "calculation": "LAST",            "pieType": "Pie",            "showPercent": true,            "showValue": true          },          "queryValueConfig": {            "calculation": "LAST",            "colorTheme": {              "backgroundColor": "string",              "textColor": "string",              "themeType": "string"            },            "seriesCalculation": "LAST",            "showBackgroundChart": true          },          "scatterConfig": {            "color": "string",            "maxSize": 0,            "minSize": 0,            "symbolSize": "string"          },          "seriesConfig": {            "series": {              "property1": {                "type": "LINE"              },              "property2": {                "type": "LINE"              }            }          },          "tableConfig": {            "calculation": "LAST",            "calculations": {              "property1": "LAST",              "property2": "LAST"            },            "columnOrders": [              "string"            ],            "columnWidths": {              "property1": 0,              "property2": 0            },            "rowLimit": 0,            "showColumns": {              "property1": true,              "property2": true            },            "showPlainData": true,            "sortColumns": [              {                "column": "string",                "orderDesc": true              }            ],            "valueConfigs": {              "property1": {                "currencySymbol": "string",                "dateFormat": "string",                "mappingRules": [                  {                    "colorTheme": {                      "backgroundColor": "string",                      "textColor": "string",                      "themeType": "string"                    },                    "comparison": "string",                    "text": "string",                    "value": 0.1                  }                ],                "maxFractionDigits": 0,                "maxSignificantDigits": 0,                "precision": 0,                "prefix": "string",                "showValueLabel": true,                "style": "Standard",                "suffix": "string",                "tooltipTotal": true,                "valueFormatter": "NumberFormatter"              },              "property2": {                "currencySymbol": "string",                "dateFormat": "string",                "mappingRules": [                  {                    "colorTheme": {                      "backgroundColor": "string",                      "textColor": "string",                      "themeType": "string"                    },                    "comparison": "string",                    "text": "string",                    "value": 0.1                  }                ],                "maxFractionDigits": 0,                "maxSignificantDigits": 0,                "precision": 0,                "prefix": "string",                "showValueLabel": true,                "style": "Standard",                "suffix": "string",                "tooltipTotal": true,                "valueFormatter": "NumberFormatter"              }            }          },          "timeRangeOverride": {            "compareTime": {              "ago": {                "unit": "string",                "value": 0.1              }            },            "enabled": true,            "timeRange": {              "end": {                "absoluteTime": "string",                "relativeTime": {                  "align": "string",                  "unit": "string",                  "value": 0                }              },              "interval": {                "unit": "string",                "value": 0.1              },              "start": {                "absoluteTime": "string",                "relativeTime": {                  "align": "string",                  "unit": "string",                  "value": 0                }              },              "step": "string",              "timezone": "string"            }          },          "valueConfig": {            "currencySymbol": "string",            "dateFormat": "string",            "mappingRules": [              {                "colorTheme": {                  "backgroundColor": "string",                  "textColor": "string",                  "themeType": "string"                },                "comparison": "string",                "text": "string",                "value": 0.1              }            ],            "maxFractionDigits": 0,            "maxSignificantDigits": 0,            "precision": 0,            "prefix": "string",            "showValueLabel": true,            "style": "Standard",            "suffix": "string",            "tooltipTotal": true,            "valueFormatter": "NumberFormatter"          },          "xAxis": {            "column": "string",            "format": "string",            "max": "string",            "min": "string",            "name": "string",            "scale": true,            "sort": {              "orderDesc": true,              "sortBy": "ByName"            },            "type": "string"          },          "yAxis": {            "column": "string",            "max": "string",            "min": "string",            "name": "string",            "scale": true,            "stacked": "string"          }        },        "datasourceType": "METRICS",        "enableExperimentalFeatures": true,        "eventLogsConfig": {          "columnsConfig": {            "columns": [              {                "accessorKey": "string",                "enableHiding": true,                "enableResizing": true,                "enableSorting": true,                "id": "string",                "name": "string",                "size": 0              }            ],            "state": {              "columnOrder": [                "string"              ],              "columnSizing": {                "property1": 0,                "property2": 0              },              "columnVisibility": {                "property1": true,                "property2": true              },              "sorting": [                {                  "desc": true,                  "id": "string"                }              ]            }          },          "query": "string",          "sourceName": "string",          "timeRangeOverride": {            "enabled": true,            "timeRange": {              "end": {                "absoluteTime": "string",                "relativeTime": {                  "align": "string",                  "unit": "string",                  "value": 0                }              },              "interval": {                "unit": "string",                "value": 0.1              },              "start": {                "absoluteTime": "string",                "relativeTime": {                  "align": "string",                  "unit": "string",                  "value": 0                }              },              "step": "string",              "timezone": "string"            }          }        },        "formulas": [          {            "expression": "sum(a)+sum(b)"          }        ],        "group": {          "childLayouts": {            "responsiveLayouts": {              "property1": {                "layouts": [                  {                    "h": 0,                    "i": "string",                    "w": 0,                    "x": 0,                    "y": 0                  }                ]              },              "property2": {                "layouts": [                  {                    "h": 0,                    "i": "string",                    "w": 0,                    "x": 0,                    "y": 0                  }                ]              }            }          },          "collapsed": true,          "highlightColor": "string",          "style": "DEFAULT",          "title": "string"        },        "insightsQueries": [          {            "dataSource": "METRICS",            "eventsQuery": {              "aggregation": {                "aggregateProperties": {                  "propertyName": "string",                  "type": "SUM"                },                "countUnique": {                  "duration": {                    "unit": "string",                    "value": 0.1                  }                },                "total": {},                "unique": {}              },              "alias": "string",              "color": "string",              "disabled": true,              "functions": [                {                  "arguments": [                    {                      "boolValue": true,                      "doubleValue": 0.1,                      "durationValue": {                        "unit": "string",                        "value": 0.1                      },                      "intValue": 0,                      "stringValue": "string"                    }                  ],                  "name": "string"                }              ],              "groupBy": [                "string"              ],              "id": "string",              "limit": 0,              "resource": {                "cohortsId": "string",                "cohortsQuery": {                  "groups": [                    {                      "filters": [                        {                          "aggregation": {                            "aggregateProperties": {},                            "operator": "EQ",                            "total": {},                            "value": [                              null                            ]                          },                          "name": "string",                          "selectorExpr": {                            "logicExpr": {                              "expressions": []                            },                            "selector": {                              "value": []                            }                          },                          "symbol": true,                          "timeRange": {                            "end": "now",                            "start": "now-1M",                            "step": 86400,                            "timezone": "Europe/London"                          }                        }                      ],                      "joinOperator": "AND"                    }                  ],                  "id": "string",                  "joinOperator": "AND",                  "name": "string"                },                "multipleNames": [                  "string"                ],                "name": "string",                "type": "EVENTS"              },              "selectorExpr": {                "logicExpr": {                  "expressions": [                    {}                  ],                  "operator": "AND"                },                "selector": {                  "key": "string",                  "operator": "EQ",                  "value": [                    {                      "boolValue": true,                      "dateValue": "2019-08-24T14:15:22Z",                      "doubleValue": 0.1,                      "intValue": 0,                      "listValue": {                        "values": [                          "string"                        ]                      },                      "longValue": "string",                      "stringValue": "string"                    }                  ]                }              }            },            "metricsQuery": {              "aggregate": null,              "alias": "transfer (24h)",              "disabled": false,              "functions": [                {                  "arguments": [                    {                      "durationValue": {                        "unit": "d",                        "value": 1                      }                    }                  ],                  "name": "rollup_sum"                }              ],              "id": "a",              "labelSelector": {},              "query": "transfer_sum"            },            "priceQuery": {              "alias": "string",              "coinId": [                {                  "address": {                    "address": "string",                    "chain": "string"                  },                  "symbol": "string"                }              ],              "color": "string",              "disabled": true,              "id": "string"            },            "sourceName": "string"          }        ],        "note": {          "backgroundColor": "string",          "content": "string",          "fontSize": "MD",          "textAlign": "LEFT",          "textColor": "string",          "verticalAlign": "TOP"        },        "overlayGraphs": [          {            "chartType": "LINE",            "dataConfig": {              "seriesLimit": 0            },            "formulas": [              {                "expression": "sum(a)+sum(b)"              }            ],            "insightsQueries": [              {                "dataSource": "METRICS",                "eventsQuery": {                  "aggregation": {                    "aggregateProperties": {                      "propertyName": "string",                      "type": "SUM"                    },                    "countUnique": {                      "duration": {                        "unit": "string",                        "value": 0.1                      }                    },                    "total": {},                    "unique": {}                  },                  "alias": "string",                  "color": "string",                  "disabled": true,                  "functions": [                    {                      "arguments": [                        {                          "boolValue": true,                          "doubleValue": 0.1,                          "durationValue": {                            "unit": "string",                            "value": 0.1                          },                          "intValue": 0,                          "stringValue": "string"                        }                      ],                      "name": "string"                    }                  ],                  "groupBy": [                    "string"                  ],                  "id": "string",                  "limit": 0,                  "resource": {                    "cohortsId": "string",                    "cohortsQuery": {                      "groups": [                        {                          "filters": [                            {}                          ],                          "joinOperator": "AND"                        }                      ],                      "id": "string",                      "joinOperator": "AND",                      "name": "string"                    },                    "multipleNames": [                      "string"                    ],                    "name": "string",                    "type": "EVENTS"                  },                  "selectorExpr": {                    "logicExpr": {                      "expressions": [                        {}                      ],                      "operator": "AND"                    },                    "selector": {                      "key": "string",                      "operator": "EQ",                      "value": [                        {                          "boolValue": true,                          "dateValue": "2019-08-24T14:15:22Z",                          "doubleValue": 0.1,                          "intValue": 0,                          "listValue": {                            "values": [                              null                            ]                          },                          "longValue": "string",                          "stringValue": "string"                        }                      ]                    }                  }                },                "metricsQuery": {                  "aggregate": null,                  "alias": "transfer (24h)",                  "disabled": false,                  "functions": [                    {                      "arguments": [                        {                          "durationValue": {                            "unit": "d",                            "value": 1                          }                        }                      ],                      "name": "rollup_sum"                    }                  ],                  "id": "a",                  "labelSelector": {},                  "query": "transfer_sum"                },                "priceQuery": {                  "alias": "string",                  "coinId": [                    {                      "address": {                        "address": "string",                        "chain": "string"                      },                      "symbol": "string"                    }                  ],                  "color": "string",                  "disabled": true,                  "id": "string"                },                "sourceName": "string"              }            ],            "lineConfig": {              "smooth": true,              "style": "Solid"            },            "name": "string",            "sqlExecuteEngine": "ULTRA",            "sqlQuery": "string",            "sqlQueryId": "string",            "valueConfig": {              "currencySymbol": "string",              "dateFormat": "string",              "mappingRules": [                {                  "colorTheme": {                    "backgroundColor": "string",                    "textColor": "string",                    "themeType": "string"                  },                  "comparison": "string",                  "text": "string",                  "value": 0.1                }              ],              "maxFractionDigits": 0,              "maxSignificantDigits": 0,              "precision": 0,              "prefix": "string",              "showValueLabel": true,              "style": "Standard",              "suffix": "string",              "tooltipTotal": true,              "valueFormatter": "NumberFormatter"            },            "yAxis": {              "column": "string",              "max": "string",              "min": "string",              "name": "string",              "scale": true,              "stacked": "string"            }          }        ],        "queries": [          {            "aggregate": null,            "alias": "transfer (24h)",            "disabled": false,            "functions": [              {                "arguments": [                  {                    "durationValue": {                      "unit": "d",                      "value": 1                    }                  }                ],                "name": "rollup_sum"              }            ],            "id": "a",            "labelSelector": {},            "query": "transfer_sum"          }        ],        "retentionQuery": {          "criteria": "OnOrAfter",          "groupBy": [            "string"          ],          "interval": {            "unit": "Day",            "value": 0          },          "resources": [            {              "eventNames": [                "string"              ],              "filter": {                "propertyFilter": {                  "logicExpr": {                    "expressions": [                      {}                    ],                    "operator": "AND"                  },                  "selector": {                    "key": "string",                    "operator": "EQ",                    "value": [                      {                        "boolValue": true,                        "dateValue": "2019-08-24T14:15:22Z",                        "doubleValue": 0.1,                        "intValue": 0,                        "listValue": {                          "values": [                            "string"                          ]                        },                        "longValue": "string",                        "stringValue": "string"                      }                    ]                  }                },                "timeFilter": {                  "type": "Disable"                }              }            }          ],          "segmentBy": [            {              "allUsers": true,              "cohortId": "string"            }          ],          "selectorExpr": {            "logicExpr": {              "expressions": [                {}              ],              "operator": "AND"            },            "selector": {              "key": "string",              "operator": "EQ",              "value": [                {                  "boolValue": true,                  "dateValue": "2019-08-24T14:15:22Z",                  "doubleValue": 0.1,                  "intValue": 0,                  "listValue": {                    "values": [                      "string"                    ]                  },                  "longValue": "string",                  "stringValue": "string"                }              ]            }          },          "windowSize": 0        },        "segmentationQueries": [          {            "aggregation": {              "aggregateProperties": {                "propertyName": "string",                "type": "SUM"              },              "countUnique": {                "duration": {                  "unit": "string",                  "value": 0.1                }              },              "total": {},              "unique": {}            },            "alias": "string",            "color": "string",            "disabled": true,            "functions": [              {                "arguments": [                  {                    "boolValue": true,                    "doubleValue": 0.1,                    "durationValue": {                      "unit": "string",                      "value": 0.1                    },                    "intValue": 0,                    "stringValue": "string"                  }                ],                "name": "string"              }            ],            "groupBy": [              "string"            ],            "id": "string",            "limit": 0,            "resource": {              "cohortsId": "string",              "cohortsQuery": {                "groups": [                  {                    "filters": [                      {                        "aggregation": {                          "aggregateProperties": {                            "propertyName": "string",                            "type": "SUM"                          },                          "operator": "EQ",                          "total": {},                          "value": [                            {}                          ]                        },                        "name": "string",                        "selectorExpr": {                          "logicExpr": {                            "expressions": [                              null                            ],                            "operator": "AND"                          },                          "selector": {                            "key": "string",                            "operator": "EQ",                            "value": [                              null                            ]                          }                        },                        "symbol": true,                        "timeRange": {                          "end": "now",                          "start": "now-1M",                          "step": 86400,                          "timezone": "Europe/London"                        }                      }                    ],                    "joinOperator": "AND"                  }                ],                "id": "string",                "joinOperator": "AND",                "name": "string"              },              "multipleNames": [                "string"              ],              "name": "string",              "type": "EVENTS"            },            "selectorExpr": {              "logicExpr": {                "expressions": [                  {}                ],                "operator": "AND"              },              "selector": {                "key": "string",                "operator": "EQ",                "value": [                  {                    "boolValue": true,                    "dateValue": "2019-08-24T14:15:22Z",                    "doubleValue": 0.1,                    "intValue": 0,                    "listValue": {                      "values": [                        "string"                      ]                    },                    "longValue": "string",                    "stringValue": "string"                  }                ]              }            }          }        ],        "sqlExecuteEngine": "ULTRA",        "sqlQuery": "string",        "sqlQueryId": "string",        "type": "LINE"      },      "creator": {        "firstName": "string",        "id": "string",        "lastName": "string",        "nickname": "string",        "picture": "string",        "username": "string"      },      "dashboardId": "string",      "groupId": "string",      "id": "string",      "name": "string",      "updater": {        "firstName": "string",        "id": "string",        "lastName": "string",        "nickname": "string",        "picture": "string",        "username": "string"      }    }  },  "projectId": "string",  "projectOwner": "string",  "projectSlug": "string",  "sharing": {    "config": {      "hideModifiers": true,      "isReadonly": true    },    "dashboardId": "string",    "id": "string",    "isPublic": true,    "viewers": [      "string"    ]  },  "tags": [    "string"  ],  "updatedAt": "2019-08-24T14:15:22Z",  "url": "string",  "visibility": "INTERNAL"}