AI-generated Key Takeaways
- 
          Retrieves detailed information about a specific device within the Spectrum Access System. 
- 
          Uses a GETrequest with the device's name as a path parameter.
- 
          Requires an empty request body and returns a Deviceobject in the response if successful.
- 
          Needs authorization with the https://www.googleapis.com/auth/userinfo.emailscope.
Gets details about a device.
HTTP request
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*/devices/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| name | 
 Required. The name of the device. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Device.
Authorization Scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/userinfo.email