The request body contains data with the following structure:
JSON representation
{"customerId": string,"alertId": [string]}
Fields
customerId
string
Optional. The unique identifier of the Google Workspace account of the customer the alerts are associated with. The customerId must have the initial "C" stripped (for example, 046psxkn). Inferred from the caller identity if not provided. Find your customer ID.
alertId[]
string
Required. The list of alert IDs to undelete.
Response body
Response to batch undelete operation on alerts.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 UTC."],[[["The API endpoint `POST https://alertcenter.googleapis.com/v1beta1/alerts:batchUndelete` performs batch undelete operations on Google Workspace alerts."],["The request body requires a list of alert IDs to undelete and optionally the customer ID."],["The response body provides lists of successfully undeleted alert IDs and the status of any failed undeletes."],["Authorization requires the `https://www.googleapis.com/auth/apps.alerts` OAuth scope."]]],[]]