- Open API
- Quick Start
- About Pagination
- Member Management
- Team Management
- Schedule Management
- Information Retrieval
- Preference Settings
- Channel
- Template Management
- Incident Management
- Group View
- Match conditionsPOST
- Enable rulePOST
- Disable rulePOST
- Delete rulePOST
- Rule listPOST
- See creation interface for filters explanationPOST
- Create rulePOST
- Rule descriptionPOST
- Update rulePOST
- ChannelPOST
- Match conditionsPOST
- Match conditionsPOST
- Update rulePOST
- ChannelPOST
- Rule IDPOST
- Inner conditionsPOST
- Enable rulePOST
- Rule listPOST
- Rule detailsPOST
- Rule namePOST
- Rule descriptionPOST
- Match conditionsPOST
- Rule descriptionPOST
- See creation interface for filters explanationPOST
- Disable rulePOST
- Rule descriptionPOST
- Alert Management
- Change Management
- Insights (old)
- Custom Fields
- Service Calendar
- Label Enhancement
- Alert Processing
- Integration Routing
- License Management
- Insights
- Event API
- Webhook
Rule name
POST
/incident/card-view/list
Request
Header Params
Content-Type
string
optional
Example:
application/json
Body Params application/json
object {0}
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://prod-cn.your-api-server.com/incident/card-view/list' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200成功
application/json
Body
error
object
optional
code
string
required
message
string
required
data
object
optional
items
array[object (CardView) {6}]
required
Example
{
"error": {
"code": "string",
"message": "string"
},
"data": {
"items": [
{
"view_id": "string",
"view_name": "string",
"priority": 0,
"created_at": "string",
"updated_at": "string",
"equals": [
"labels.{x}"
]
}
]
}
}
Modified at 2025-01-22 10:14:38