Locations

Retrieve a specific layer

Get detailed information about a specific geographic layer including metadata, location collection, and access permissions.

Included Data:

  • Layer title and description
  • Array of location IDs in the collection
  • Sharing and access control settings
  • Layer type and categorization
  • Creation and modification metadata
get/layers/{id}

Response

OK

idinteger
titlestring nullable

Descriptive title for the layer (e.g., 'Emergency Response Zones', 'Service Areas', 'County Boundaries')

descriptionstring nullable

Detailed description of the layer's purpose, contents, and intended use

locationsobject

Array of location IDs included in this layer collection

available_toobject

JSON object specifying which organizations or users have access to this layer

typeinteger nullable

Optional location type for categorizing this layer (references location type)

shared'shared' | 'public' | 'private' | 'hidden' nullable

Basic sharing level: 'public' (all users), 'shared' (organization + affiliates), 'private' (organization only)

Changes