Get a single user GeoJSON collection
GET/maus/user-geojson/:geojsonId
Returns a single GeoJSON collection by ID. The caller may fetch the collection if they own it (any status) or if it has been shared with them (active status only, via shareType: 'all' or shareType: 'specific').
Request
Responses
- 200
- 401
- 403
- 404
The requested GeoJSON collection.
Unauthorized – missing or invalid JWT.
Forbidden – collection exists but is not owned by or shared with the caller.
Collection not found.