Sidebars examples
GET MatchHistory
Overview
Returns the largest / most recent Match ID
Endpoint
https://api.playgenerals.online/env/prod/contract/1/MatchHistory
Authentication Methods
| Method | Accepted |
|---|---|
| No Authentication | |
| Refresh Token | |
| Session Token | |
| Monitor Credentials | |
| API Key |
Input Parameters
| Name | Type | Required/Optional | Description |
|---|
HTTP Response Codes
| Code | Description |
|---|---|
| 200 | Success |
| 401 | No authorization provided |
| 403 | Authorization provided is not valid for this resource |
Response Type
Returns a JSON object
Response Body Fields
| Name | Type | Description |
|---|---|---|
| highest_match_id | Int64 | The largest / most recent match ID which occured. Your service should track the 'last retrieved' match ID and incrementally retrieve new data. |