{
"element_key_list": [
"string"
],
"route_config": {
"route_enabled": true,
"route_environment": "string"
}
}curl --location --request POST 'https://open.yunxinapi.com/im/v2/room_queues//actions/query' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"element_key_list": [
"string"
],
"route_config": {
"route_enabled": true,
"route_environment": "string"
}
}'{
"code": 0,
"msg": "",
"data": {
"elementList": [
{
"elementKey": "",
"elementValue": "",
"elementAccountId": "",
"elementTransient": false,
"elementAddPolicy": 0
}
],
"roomId": 0,
"queueSize": 0,
"queueSizeLimit": 0
}
}