Method: significantEvents.search

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

integer

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

string

Optional. A page token, received from a previous significantEvents.search call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to significantEvents.search must match the call that provided the page token.

Response body

The response of significantEvents.search.

If successful, the response body contains data with the following structure:

JSON representation
{
  "significantEvents": [
    {
      object (SignificantEvent)
    }
  ],
  "nextPageToken": string
}
Fields
significantEvents[]

object (SignificantEvent)

The significant events.

nextPageToken

string

Optional. A token that can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.