Connect
WEBSOCKET [GATEWAY_WEBSOCKET_ENDPOINT]
Message
{
"type": "health_groups"
}
GET [GATEWAY_REST_ENDPOINT]/query?type=health_groups
POST [GATEWAY_REST_ENDPOINT]/query
Message
{
"type": "health_groups"
}
{
"status": "success",
"data": {
"health_groups": [[1, 2], [3, 4]]
},
"request_type": "query_health_groups",
}