X-Client-Key: ********************X-Timestamp: ********************X-Sign: ********************{
"page": 1,
"size": 20,
"name": "default-escalation",
"team_ids": [
"team_1"
]
}curl --location --request POST '/api/escalation/query' \
--header 'X-Client-Key: <api-key>' \
--header 'X-Timestamp: <api-key>' \
--header 'X-Sign: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 20,
"name": "default-escalation",
"team_ids": [
"team_1"
]
}'{
"code": 0,
"msg": "OK",
"data": {
"infos": [
{
"escalation_id": "string",
"creator": "string",
"create_time": 0,
"updater": "string",
"update_time": 0,
"name": "string",
"repeat_time": 0,
"description": "string",
"is_repeated": true,
"team_id": "string"
}
],
"total": 0
}
}