FlashDuty
Product Document
API Reference
JS SDK Reference
SaaS Platform Integration
Back to WooshPay Website
FlashDuty
    Powered by Apifox

    通知数量

    开发中
    POST/report/oncall/notifications
    Modified at: 3 个月前

    请求参数

    Header Params
    Content-Type
    string 
    required
    Example:
    application/json
    Body Params (application/json)
    channel_ids
    array[integer]
    协作空间列表
    optional

    为空代表查全部

    step
    string 
    统计周期
    required

    天,周,月

    Allowed values:
    dayweekmonth
    start_time
    integer 
    开始时间戳
    required
    end_time
    integer 
    结束时间戳
    required
    Example
    {
      "channel_ids": [
        0
      ],
      "step": "day",
      "start_time": 0,
      "end_time": 0
    }

    示例代码

    Responses

    成功(200)
    HTTP 状态码: 200
    内容格式: JSON
    Data Schema
    error
    #/definitions/24794565
    optional
    Could not resolve '#/definitions/24794565'
    data
    object {1} 
    optional
    items
    array [object {4}] 
    required
    Example
    Not configured
    Modified at 3 个月前