Get numeric rule results
Get the results of a specific matchmaking rule that returns numeric values.
URL
GET https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingRules/{id}/metrics/matchmakingNumberRuleResultsPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | The unique identifier for the rule. |
Query Parameters
| Name | Type | Description |
|---|---|---|
filter[gameCenterMatchmakingQueue] Optional | string | The fields of the queues to include in the response. |
granularity Required | string | 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. |
limit Optional | integer | The maximum number of results to include. |
sort Optional | [string] | Sort results by the specified order. For example, |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GameCenterMatchmakingNumberRuleResultsV1MetricResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | |
| 404 | Not Found Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |