/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.

Query the collection of Locations in a system, federation of systems, or in a default map by posting a Query object.

post

Submit a query using a LocationQuery object.

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 particular Location given its id.

put

Update a particular Location given its id.

delete

Delete a particular Location given its id.

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.

Query the collection of Maps in a system, federation of systems, or in a default map by posting a Query object.

post

Submit a query using a MapQuery object.

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 particular Map given its id.

put

Update a particular Map given its id.

delete

Delete a particular Map given its id.

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.