Get a Saved Location
Get an existing Saved Location.
Request
HTTP Request
Path Parameters
Parameter | Description |
---|---|
| An existing Saved Location ID. |
Response
Response Fields
Field | Description |
---|---|
| The autogenerated identifier for the saved location.
E.g. |
| The user-supplied identifier for the location.
E.g. |
| The user defined name of the Saved Location set in the create location call.
E.g. |
| A list of user defined labels for the location.
E.g.: |
| The creation date time for the location in ISO 8601 format format.
E.g. |
| The last update date time for the location in ISO 8601 format format.
E.g. |
| The date time the location was last enriched in ISO 8601 format format.
E.g. |
| The date/time insights were last calculated for the location in ISO 8601 format format.
E.g. |
| The ID of the user who created the saved location. This is present for location created in Control Center. For locations created via the API this field will not be populated.
E.g. |
| An object containing the geographic information about a location. Represents the geometry associated with the event in the GeoJSON format. This will be present for locations that use a centerpoint and radius. For locations that cover an area (for example city, state or country) they will not have the geojson value defined instead they use place_ids. Point type locations are defined by latitude and longitude. The radius field defines which events are included in the location. Events that are within the radius or that overlap the radius are included Geometry - Possible types:
|
| An array of place ids (see the Places API) for locations that are defined as covering an area (see City, State, Country locations) rather than a point and radius.
E.g. |
| The address of the location. This can be supplied when created a location. If it's not supplied it will be populated by a reverse geocode. E.g. |
| This is a list of (geonames) Places. It is based on the lowest level place_id in the place_hierarchies. It will usually only contain 1 item in the list but will always be a list. |
| This object contains the saved locations stats. This includes values for each of the 4 stats as well as the The date range field includes the start and end datetime for the period that the stats have been calculated for. |
| The value is a list of different (subscription) types that this location is valid for. The possible values are It is possible to create locations outside of what your subscription has access to. In this case this field will be empty and you will not be able to view events for the location
E.g. |
| Reflects if a location has been updated by the enrichment process. When a location is initially created its status will be After the enrichment process has updated the location populating
Typically locations only have the
E.g. |
Examples
Guides
Below are some guides relevant to this API:
Last updated