cURL
curl --request POST \ --url 'https://api.flashcat.cloud/alert/feed?app_key=' \ --header 'Content-Type: application/json' \ --data ' { "alert_id": "<string>", "p": 123, "limit": 123, "asc": true, "types": [ "a_new" ] } '
{ "error": { "code": "<string>", "message": "<string>" }, "data": { "items": [ { "created_at": 123, "creator_id": 123, "type": "a_new", "detail": { "comment": "<string>" } } ] } }
页码,从1开始
分页条数
是否升序
a_new
a_update
a_close
a_comm
a_merge
a_m_silence
a_m_inhibit
错误信息,仅失败时存在
显示 子属性
此页面对您有帮助吗?