/locations

Collection of locations in a system, federation of systems, or in a default map.

get

Get all locations in the system or default map.

post

Create a new location in the default map.

Entity representing a location form metadata.

get

Get form metadata for creating a new location.

The root locations in the location hierarchy. A node with no parents is an orphan. While all location Ids are known to the hierarchy, an orphan does not appear in the hierarchy unless explicitly added as a root node or child of another node.

get

Get all root root-locations

put

Add the given location as a root in the location hierarchy

delete

Remove the given location as a root in the location hierarchy.

Entity representing a location

get

Get a location given its id.

put

Update a given location.

delete

Delete a given location.

Entity representing a location form metadata for update

get

Get form metadata for updating an existing location.

get

Get child locations for the given location in the hierarchy.

put

Add location as child of the given location in the hierarchy.

delete

Remove the given location as a child of the given location in the hierarchy.

get

Get parent locations for the given location in the hierarchy.

/maps

Collection of maps in a system or federation of systems.

get

Get all maps.

post

Create a new map.

Entity representing a map form metadata.

get

Get form metadata for creating a new map.

The root maps in the map hierarchy. A node with no parents is an orphan. While all map Ids are known to the hierarchy, an orphan does not appear in the hierarchy unless explicitly added as a root node or child of another node.

get

Get all root root-map

Entity representing a map

get

Get a map given its id.

put

Update a given map.

delete

Delete a given map.

Entity representing a map form metadata for update

get

Get form metadata for updating an existing map.

get

Get child maps for the given map in the hierarchy.

put

Add map as child of the given map in the hierarchy.

delete

Remove the given map as a child of the given map in the hierarchy.

get

Get parent maps for the given map in the hierarchy.

get

Get all locations in this map

put

Add the given location to this map

delete

Remove the given location from the map.