策略列表
将废弃
POST
https://api.flashcat.cloud/channel/subscribe/rule/list
最后修改时间:2024-07-29 08:11:22
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/channel/subscribe/rule/list?app_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_id": 0
}'
响应示例响应示例
{
"error": {
"code": "string",
"message": "string"
},
"data": {
"items": [
{
"channel_id": 0,
"rule_id": "string",
"rule_name": "string",
"description": "string",
"filters": [
[
{
"key": "title",
"oper": "IN",
"vals": [
"string"
]
}
]
],
"status": "enabled",
"created_at": "string",
"updated_at": "string",
"updated_by": 0
}
]
}
}
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json