Returns a list showing the current progress on events in this application for the currently authenticated user.
HTTP request
GET https://games.googleapis.com/games/v1/events
Query parameters
| Parameters | |
|---|---|
language | 
                
                   
 The preferred language to use for strings returned by this method.  | 
              
maxResults | 
                
                   
 The maximum number of events to return in the response, used for paging. For any response, the actual number of events to return may be less than the specified maxResults.  | 
              
pageToken | 
                
                   
 The token returned by the previous request.  | 
              
Request body
The request body must be empty.
Response body
A ListByPlayer 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 | 
                    
                       
 The pagination token for the next page of results.  | 
                  
items[] | 
                    
                       
 The player events.  | 
                  
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/gameshttps://www.googleapis.com/auth/games_lite
For more information, see the OAuth 2.0 Overview.