Skip to main content

Get analysis of an Event.

GET 

/event/:guid/analysis

Get analysis of the Metadata of this Event, is generated every two hours after.

Request

Path Parameters

    guid uuidrequired

    The guid of the Event.

Responses

Statistics found.

Schema

    metadata object[]required

    The metadata specification used in this analysis.

    values objectrequired

    An object containing a map from Metadata id to a map from values to the amount of times this value occurs.

    locations

    object[]

    required

  • Array [

  • latitude floatrequired

    The latitude.

    longitude floatrequired

    The longitude.

    count integerrequired

    The amount of times this location has occurred.

  • ]

  • generated stringrequired

    The timestamp when this was generated.

Loading...