Contents

Get classic match requests

Get match requests that don’t use matchmaking rules.

URL

GET https://api.appstoreconnect.apple.com/v1/gameCenterDetails/{id}/metrics/classicMatchmakingRequests

Path Parameters

NameTypeDescription
id Requiredstring

An opaque resource ID that uniquely identifies the GameCenterDetail resource object. You can obtain this resource ID from the List Apps response.

Query Parameters

NameTypeDescription
filter[result] Optionalstring

The types of the match requests 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]

If result, organizes the match requests by outcome (matched, canceled, and expired).

limit Optionalinteger

The maximum number of match requests to fetch.

sort Optional[string]

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

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
GameCenterMatchmakingAppRequestsV1MetricResponse

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

See Also

Getting match request metrics