Contents

Get Boolean rule results

Get the results of a specific matchmaking rule that returns Boolean values.

URL

GET https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingRules/{id}/metrics/matchmakingBooleanRuleResults

Path Parameters

NameTypeDescription
id Requiredstring

The unique identifier for the rule.

Query Parameters

NameTypeDescription
filter[gameCenterMatchmakingQueue] Optionalstring

The fields of the queues to include in the response.

filter[result] Optionalstring

The types of the results to include in the response.

granularity Requiredstring

The level of information you want in the response, specified as a time interval for the data collection, using the ISO 8601 format for durations.

groupBy Optional[string]

Organizes the results by queue or outcome.

limit Optionalinteger

The maximum number of results to include.

sort Optional[string]

Sort results by decreasing or increasing count. For example, count sorts the results by decreasing number of players that Game Center finds.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
GameCenterMatchmakingBooleanRuleResultsV1MetricResponse

400Bad Request
Content-Type: application/json
ErrorResponse

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

404Not Found
Content-Type: application/json
ErrorResponse

429
Content-Type: application/json
ErrorResponse

Discussion

Example Request and Response

See Also

Getting rule results and errors