- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
Lists all the feedback for an alert. Attempting to list feedbacks for a non-existent alert returns NOT_FOUND
error.
HTTP request
GET https://alertcenter.googleapis.com/v1beta1/alerts/{alertId}/feedback
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
alertId |
Required. The alert identifier. The "-" wildcard could be used to represent all alerts. |
Query parameters
Parameters | |
---|---|
customerId |
Optional. The unique identifier of the Google Workspace account of the customer the alert is associated with. The |
filter |
Optional. A query string for filtering alert feedback results. For more details, see Query filters and Supported query filter fields. |
Request body
The request body must be empty.
Response body
Response message for an alert feedback listing request.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"feedback": [
{
object ( |
Fields | |
---|---|
feedback[] |
The list of alert feedback. Feedback entries for each alert are ordered by creation time descending. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/apps.alerts
For more information, see the Authorization guide.