时间线
POST
https://api.flashcat.cloud/alert/feed
最后修改时间:2024-10-10 12:11:29
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/alert/feed?app_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"alert_id": "string",
"p": 0,
"limit": 0,
"asc": true,
"types": [
"a_new"
]
}'
响应示例响应示例
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"items": [
{
"created_at": 0,
"creator_id": 0,
"type": "a_new",
"detail": {
"comment": "string"
}
}
]
}
}
请求参数
Body 参数application/json