Skip to main content

Get Event Maps info

GET 

/statistics/maps/:event_guid

Returns the maps info for an Event.

Request

Path Parameters

    event_guid uuid

    The guid of the Event.

Body

Input data

    top_right_lat float

    Default value: 53

    The top right latitude.

    top_right_lon float

    Default value: 4

    The top right longitude.

    bottom_left_lat float

    Default value: 50.15

    The bottom left latitude.

    bottom_left_lon float

    Default value: 7

    The bottom left longitude.

    precision integerrequired

    Possible values: >= 1 and <= 12

    The precision.

Responses

Aggregation from Elasticsearch.

Loading...