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

group/info/:token

Contents

URL

https://api.geoloqi.com/1/group/info/:token

Description

Retrieve information about a group.

Supported Request Methods

GET

Example Request

$ curl https://api.geoloqi.com/1/group/info/d6Qwh1eSy -H \
"Authorization: OAuth Log in to get your personal access token"

Response

{
    "title": "MapAttack", 
    "date_created": "2011-08-18T19:51:54-07:00", 
    "group_token": "d6Qwh1eSy", 
    "active": 1, 
    "description": "", 
    "publish_access": "open", 
    "visibility": "invite"
}