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

layer/subscription/:id

Contents

URL

https://api.geoloqi.com/1/layer/subscription/:id

Description

Retrieve the layer subscription status of the Authorized user for the given layer id.

Supported Request Methods

GET

Parameters

No parameters are required for this method.

  • user_id Optional
    The ID of the user to return the layer subscription info for.

Example Request

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

Response

{
  "layer_id":"Q3C",
  "active":1,
  "date_subscribed":"2012-05-02T18:17:06+00:00",
  "settings":[]
}