List¶
Returns a list of the game data in this game.
HTTP request¶
GET https://megamify.com/api/v1/game/:game_id/gamedata/
Parameters¶
| Name | Required | Type | Description |
|---|---|---|---|
| game_id | True | int | The Game ID |
Headers¶
See Security section of the API Reference.
Body¶
Do not supply a request body with this method.
Response¶
Status: 200 OK
| Name | Type | Description |
|---|---|---|
| string_objects | List of Game Data objects | List of Game Data |
| json_objects | List of Game Data objects | List of Game Data |
| int_objects | List of Game Data objects | List of Game Data |