Description
This call enables you to obtain the event information associated with an event identifier. An event identifier is a system-generated unique numerical identifier of the event. You can specify more than one event identifier at a time and fetch their corresponding events information.
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)
The request body is of type QueryByEventIdsRequest.
Contains a list of event identifiers
Request (application/json)
The request body is of type QueryByEventIdsRequest.
Contains a list of event identifiers
Request (text/json)
The request body is of type QueryByEventIdsRequest.
Contains a list of event identifiers
Request (application/*+json)
The request body is of type QueryByEventIdsRequest.
Contains a list of event identifiers
200 Response
The response body is of type GeometryCollection.
Contains a list of events and geometric information (like the x-y axes points on map) for these events
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