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

layer/subscriptions

Contents

URL

https://api.geoloqi.com/1/layer/subscriptions

Description

Retrieves all layers the authenticating user is subscribed to.

Supported Formats

JSON

Supported Request Methods

GET

Response

{
    "layers": [
        {
            "layer_id": "EMD",
            "user_id": "7u9",
            "type": "default",
            "name": "Geonotes",
            "public": 0,
            "icon": "http://geoloqi.com/images/geonote-layer.png",
            "description": "...",
        }
    ]
}