
通知数量
开发中/report/oncall/notifications
Modified at: 3 个月前
请求参数
Header Params
Content-Type
string
required
Example:
application/json
Body Params (application/json)
channel_ids
array[integer]
协作空间列表
为空代表查全部
step
string
统计周期
天,周,月
Allowed values:
dayweekmonth
start_time
integer
开始时间戳
end_time
integer
结束时间戳
Example
{
"channel_ids": [
0
],
"step": "day",
"start_time": 0,
"end_time": 0
}
示例代码
Responses
成功(200)
HTTP 状态码: 200
内容格式: JSON
Data Schema
error
#/definitions/24794565optional
data
object {1}
optional
items
array [object {4}]
required
Example
Not configured
Modified at 3 个月前