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

layer/list

Contents

URL

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

Description

Retrieves all layers the authenticating user created.

Supported Formats

JSON

Supported Request Methods

GET

Response

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