cURL
curl --request POST \ --url 'https://api.flashcat.cloud/report/oncall/notifications?app_key=' \ --header 'Content-Type: <content-type>' \ --data ' { "step": "day", "start_time": 123, "end_time": 123, "channel_ids": [ 123 ] } '
{ "error": { "code": "<string>", "message": "<string>" }, "data": { "items": [ { "ts": 123, "sms_cnt": 123, "voice_cnt": 123, "email_cnt": 123 } ] } }
天,周,月
day
week
month
为空代表查全部
错误信息,仅失败时存在
显示 子属性
此页面对您有帮助吗?