获取仪表盘注释列表
GET
https://api.flashcat.cloud/api/n9e/dashboard-annotations
Dashboard Annotations
最后修改时间:2025-01-03 04:20:27
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/api/n9e/dashboard-annotations?dashboard_id&from&to'
响应示例响应示例
{
"dat": [
{
"id": 0,
"dashboard_id": 0,
"panel_id": 0,
"description": "string",
"config": "string",
"tags": [
"string"
],
"time_start": 0,
"time_end": 0,
"create_by": "string",
"create_at": 0,
"update_by": "string",
"update_at": 0
}
],
"err": "string"
}
请求参数
Query 参数
dashboard_id
integer <int64>
必需
from
integer <int64>
必需
to
integer <int64>
必需
limit
integer
可选
默认值:
100