Esri's Geotrigger Service is replacing Geoloqi! Learn More | FAQ

geonote/info/:id

Contents

URL

https://api.geoloqi.com/1/geonote/info/:id

Description

Return information about a geonote

Supported Request Methods

GET

Response

{
  "geonote_id":"cY",
  "date_created":"2011-10-06T23:53:20+00:00",
  "date_created_ts":1317945200,
  "text":"Grocery list: eggs, milk, paprika",
  "latitude":47.561647794689,
  "longitude":-122.35088094857,
  "radius":6000,
  "intersection":"",
  "place_id":"1aV",
  "place_name":"",
  "from":"[email protected]",
  "date_triggered":"2011-10-06T23:53:22+00:00",
  "date_triggered_ts":1317945202,
  "place":{
    "place_id": "1Ke",
    "name": "",
    "display_name": "Troutdale, Oregon",
    "latitude": 45.548928882171,
    "longitude": -122.39582675547,
    "radius": 1350,
    "locality": {
      "name": "Troutdale",
      "id": "7E"
    },
    "region": {
      "name": "Oregon",
      "id": "2f"
    },
    "country": {
      "name": "United States of America",
      "id": "p"
    },
    "time_from": "00:00:00",
    "time_to": "00:00:00",
    "extra": [
    ],
    "visits": 0
  }
}