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/group/subscriptions
Retrieve a list of groups the authenticated user belongs to. You can also specify an alternate user with the user_id=:id
param.
GET
See API/Paging for optional parameters.
$ curl https://api.geoloqi.com/1/group/subscriptions -H \ "Authorization: OAuth Log in to get your personal access token" -d "user_id=GheQ"
{ "groups":[ { "title": "MapAttack", "date_created": "2011-08-18T19:51:54-07:00", "group_token": "d6Qwh1eSy", "active": 1, "description": "", "publish_access": "open", "visibility": "invite" } ] }
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.