- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Retrieves a list of snapshots created by your application for the player corresponding to the player ID.
HTTP request
GET https://games.googleapis.com/games/v1/players/{playerId}/snapshots
Path parameters
Parameters | |
---|---|
playerId |
A player ID. A value of |
Query parameters
Parameters | |
---|---|
language |
The preferred language to use for strings returned by this method. |
maxResults |
The maximum number of snapshot resources to return in the response, used for paging. For any response, the actual number of snapshot resources returned may be less than the specified |
pageToken |
The token returned by the previous request. |
Request body
The request body must be empty.
Response body
A third party list snapshots response.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"kind": string,
"nextPageToken": string,
"items": [
{
object ( |
Fields | |
---|---|
kind |
Uniquely identifies the type of this resource. Value is always the fixed string |
nextPageToken |
Token corresponding to the next page of results. If there are no more results, the token is omitted. |
items[] |
The snapshots. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/drive.appdata
https://www.googleapis.com/auth/games
https://www.googleapis.com/auth/games_lite
For more information, see the OAuth 2.0 Overview.