AI-generated Key Takeaways
- 
          
This page details how to lookup a single Reporting Data Annotation using an HTTP GET request.
 - 
          
The request uses gRPC Transcoding syntax and requires the resource name as a path parameter.
 - 
          
The request body must be empty, and a successful response returns a ReportingDataAnnotation instance.
 - 
          
Authorization is required, using either the
analytics.readonlyoranalytics.editOAuth scopes. 
Lookup a single Reporting Data Annotation.
HTTP request
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/reportingDataAnnotations/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name | 
                
                   
 Required. Resource name of the Reporting Data Annotation to lookup. Format: properties/property_id/reportingDataAnnotations/reportingDataAnnotation Example: properties/123/reportingDataAnnotations/456  | 
              
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ReportingDataAnnotation.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/analytics.readonlyhttps://www.googleapis.com/auth/analytics.edit