"errcode": "SUCCESS",
"errstatus": 0,
"msg": "success",
"mark": "924074408",
"current_count": 2,
"previous": null,
"next": null,
"total_count": 2,
"results": [
{
"id": 8,
"username": "11",
"phone": "111112222",
"email": "[342@qq.com](mailto:342@qq.com)",
"region": 58,
"creater_id": 1,
"fuid": "iiow923",
"groups": [
{
"id": 3,
"create_time": "2021-04-01T09:04:09.077316Z",
"update_time": "2021-04-01T09:04:09.077356Z",
"order_time": null,
"name": "hehegroup"
}
]
}
]
}~~~~
curl --location --request GET '/api/alarm_contact/query/?os_id=&ct_user_id=&page=&page_size=&keyword='
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
{
"id": 0,
"username": "string",
"phone": "string",
"email": "string",
"region": 0,
"creater_id": 0,
"fuid": "string",
"groups": [
{
"id": 0,
"create_time": "string",
"update_time": "string",
"order_time": null,
"name": "string"
}
],
"alarm_group_id": "string"
}
]
}