This call returns a set of event parameters for each hourly point in the storm track for an event.
| Get | /api/Catalogs/{catalogId}/QueryEventInfoAttributesById |
| Name | Description | Data Type |
|---|---|---|
| catalogId | Represents the unique indentifier for the catalog | integer (int32) |
| eventId | Event ID | integer (int32) |
| api-version | Indicates the current API version | string |
The response body is of type Array[HourlyPointAttributesResult].
Returns the event parameters such as latitude and longitude coordinates, central pressure, radius, angle in which the event is passing, forward speed, and wind speed for each hourly point.![]() |
Array[HourlyPointAttributesResult]
|
| 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 |