The Geoloqi service was acquired by Esri in 2012, and was shut down in 2015.
Please visit developers.arcgis.com for information on Esri services that replace the Geoloqi API.
Contents |
https://api.geoloqi.com/1/trigger/list
Retrieves all triggers for the given place or layer.
GET
If no parameters are specified, then all triggers on the user's default layer are returned.
{ "triggers":[ { "trigger_id":"GRu", "layer_id":"GqT", "type":"callback", "trigger_on":"enter", "trigger_after":"0", "one_time":"0", "text":"", "callback_url":"http:\/\/example.com\/geoloqi_callback.php" }, { "trigger_id":"GRv", "layer_id":"GqT", "type":"callback", "trigger_on":"enter", "trigger_after":"10", "one_time":"0", "text":"", "callback_url":"http:\/\/example.com\/geoloqi_callback.php" } ] }
The Geoloqi service was acquired by Esri in 2012, and was shut down in 2015.
Please visit developers.arcgis.com for information on Esri services that replace the Geoloqi API.