AI-generated Key Takeaways
- 
          
Lists devices under a specified node or customer within the Spectrum Access System.
 - 
          
Utilizes an HTTP GET request with path and query parameters for resource identification and filtering.
 - 
          
Requires an empty request body and returns a ListDevicesResponse upon successful execution.
 - 
          
Needs authorization with the
https://www.googleapis.com/auth/userinfo.emailscope. 
HTTP request
GET https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*}/devices
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The name of the parent resource.  | 
              
Query parameters
| Parameters | |
|---|---|
pageSize | 
                
                   
 The maximum number of devices to return in the response.  | 
              
pageToken | 
                
                   
 A pagination token returned from a previous call to devices.list that indicates where this listing should continue from.  | 
              
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListDevicesResponse.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/userinfo.email