Search for latest significant events.
HTTP request
POST https://floodforecasting.googleapis.com/v1/significantEvents:search
The URL uses gRPC Transcoding syntax.
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "pageSize": integer, "pageToken": string } |
| Fields | |
|---|---|
pageSize |
Required. The maximum number of events to return. The service may return fewer than this value. If unspecified, at most 1,000 events will be returned. The maximum value is 1,000; values above 1,000 will be coerced to 1,000. The maximum value is currently not enforced by the API, but will be in the future. |
pageToken |
Optional. A page token, received from a previous |
Response body
The response of significantEvents.search.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"significantEvents": [
{
object ( |
| Fields | |
|---|---|
significantEvents[] |
The significant events. |
nextPageToken |
Optional. A token that can be sent as |