API Explorer 1.0
Post/api/Catalogs/{catalogId}/QueryEventsByIds
API Explorer 1.0 > All Operations Resource Group : /api/Catalogs/{catalogId}/QueryEventsByIds (Post)
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
NameDescriptionData Type
Represents the unique indentifier for the cataloginteger (int32)
Indicates the current API versionstring
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
FaultDescription
This fault returns a response body of type ProblemDetails.
Bad Request
This fault returns a response body of type ProblemDetails.
Unauthorized
See Also
All Operations Resource GroupAPI Explorer 1.0