cURL
curl --request POST \ --url 'https://api.flashcat.cloud/report/oncall/changes?app_key=' \ --header 'Content-Type: <content-type>' \ --data ' { "step": "day", "start_time": 123, "end_time": 123 } '
{ "error": { "code": "<string>", "message": "<string>" }, "data": { "items": [ { "ts": 123, "change_cnt": 123, "change_event_cnt": 123 } ] } }
时间跨度最多支持6个月
天,周,月
day
week
month
错误信息,仅失败时存在
显示 子属性
此页面对您有帮助吗?