Documentation

QueryRequest

Properties

Optional Continuation Token

  • continuationToken: string

A continuation token that can be passed to subsequent query requests to fetch the next page of results.

memberof

QueryRequest

Optional Count

  • count: number

The number of results to return.

memberof

QueryRequest

Optional Filter

A list of filters which can be used to narrow down which lobbies to return.

memberof

QueryRequest

Optional Order

A list of orders which define how the results should be ordered in the response.

memberof

QueryRequest

Optional Sample Results

  • sampleResults: boolean

Whether a random sample of results that match the search filter should be returned.

memberof

QueryRequest

Optional Skip

  • skip: number

The number of results to skip before selecting results to return.

memberof

QueryRequest