Lists all SelectedRoutes for the specified project with pagination.
HTTP request
GET https://roads.googleapis.com/selection/v1/{parent=projects/*}/selectedRoutes
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The parent, which is the project that all   | 
              
Query parameters
| Parameters | |
|---|---|
pageSize | 
                
                   
 Optional. The number of results that should be returned for a given page. If not set the default value is 100. When a value of 0 is given the value will be set to the default. The max value is 5000, any value above 5000 will be set to 5000.  | 
              
pageToken | 
                
                   
 Optional. A page token, received from a previous   | 
              
Request body
The request body must be empty.
Response body
Response that lists SelectedRoutes.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "selectedRoutes": [
    {
      object ( | 
                  
| Fields | |
|---|---|
selectedRoutes[] | 
                    
                       
 A page of SelectedRoutes stored in the project specified in the request.  | 
                  
nextPageToken | 
                    
                       
 Token that can be sent as   | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform