Locations

List geographic layers

Retrieve a list of geographic layers available to the authenticated user. Layers are collections of related locations organized for mapping, analysis, or administrative purposes.

Access Control:

  • Public layers: Available to all authenticated users
  • Shared layers: Available to specified organizations
  • Organization layers: Available to creator and affiliates

Use Cases:

  • Emergency response zone organization
  • Service delivery territory management
  • Custom geographic collections for incidents
  • Administrative boundary groupings
get/layers

Query parameters

limitinteger

Number of results to return per page.

offsetinteger

The initial index from which to return the results.

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

No recorded changes to this endpoint across all 1 revision of this API.