Description
This call enables you to find events in the stochastic catalog data that meet your specific set of event attributes.
Parameters
| Name | Description | Data Type |
| catalogId | Represents the unique indentifier for the catalog | integer (int32) |
| api-version | Indicates the current API version | string |
Request (application/json-patch+json)
(Required) Contains the user-specified filter sets criteria. These filters define a range of central pressure, wind speed, and forward speed, and the radius of maximum winds within which you want to search for events.
Request (application/json)
(Required) Contains the user-specified filter sets criteria. These filters define a range of central pressure, wind speed, and forward speed, and the radius of maximum winds within which you want to search for events.
Request (text/json)
(Required) Contains the user-specified filter sets criteria. These filters define a range of central pressure, wind speed, and forward speed, and the radius of maximum winds within which you want to search for events.
Request (application/*+json)
(Required) Contains the user-specified filter sets criteria. These filters define a range of central pressure, wind speed, and forward speed, and the radius of maximum winds within which you want to search for events.
200 Response
The response body is of type GeometryCollection.
Returns the geometry collection such as the MultiLineString coordinates and catalog properties for the event.
Overview
 |
GeometryCollection
Represents a collection of geometries
 |
type : string
Geometric collection of event occurrences on a two-dimensional geographic location
|
 |
features : Array[Features]
Specifies collection of geometric features
 |
type : string
Specifies type of the features
|
 |
geometry : Geometry
Represents spatial data type that is mapped on a two-dimensional flat surface
 |
type : string
Represents the type of geometric shape on a two-dimensional flat surface
|
 |
coordinates : integer (int32)]
Specifies the latitude and longitude coordinates of events
|
|
 |
properties : (undefined)
Specifies properties of the features
|
|
|
Fault Responses
| Fault | Description |
| 400 | This fault returns a response body of type ProblemDetails. Bad Request |
| 401 | This fault returns a response body of type ProblemDetails. Unauthorized |
See Also