POST
/
query
/
game
/
{queryType}
curl --request POST \
  --url http://localhost:4040/query/game/{queryType} \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "playerCount"
}'
{
  "playerCount": 0
}

Path Parameters

queryType
string
required

The query type

Body

application/json · object

The body is of type object.

Response

200 - application/json

The response is of type object.