Skip to main content

List user GeoJSON collections

GET 

/maus/user-geojson

Returns all GeoJSON feature collections visible to the caller. This includes:

  • Owned collections: all collections created by the caller, filtered to the requested status (default active).
  • Shared collections: active collections shared with the caller by other users (either shareType: 'all' for one of the caller's customers, or shareType: 'specific' listing the caller's email).

Each returned collection includes an accessType field ('owned' or 'shared') and, for owned records, a shared boolean indicating whether the collection is currently shared with anyone.

Request

Responses

List of visible GeoJSON collections.