POST
/
query
/
game
/
cql
curl --request POST \
  --url http://localhost:4040/query/game/cql \
  --header 'Content-Type: application/json' \
  --data '{
  "CQL": "CONTAINS(Health)"
}'
[
  {
    "id": 0,
    "data": [
      {
        "nickname": "CoolMage"
      },
      {
        "HP": 21316
      }
    ]
  }
]

Body

application/json
CQL
string
required

Response

200 - application/json

The response is of type object[].