MapSet
Overview
Endpoints
Create MapSet
Creates a new MapSet with two or more maps. Each map must include a relative pose defining its position and rotation within the MapSet.
JWT token obtained from the authentication endpoint
Name of the MapSet
Building A - Floor 1MapSet created successfully
Bad Request - Invalid input or less than 2 maps provided
Unauthorized - Invalid or expired token
One or more maps not found
Conflict - One or more maps are already part of a MapSet
Get MapSet Details
Retrieves details of a MapSet including all associated maps and their relative poses.
JWT token obtained from the authentication endpoint
MapSet Code
MSET_ZIRWP1NV0WBHMapSet details retrieved successfully
Unauthorized - Invalid or expired token
MapSet not found
Update MapSet Details
Updates the name of an existing MapSet.
JWT token obtained from the authentication endpoint
MapSet Code
MSET_ZIRWP1NV0WBHNew name for the MapSet
Building A - Updated NameMapSet updated successfully
Unauthorized - Invalid or expired token
MapSet not found
Add Map to MapSet
Adds a new map to an existing MapSet with its relative pose.
JWT token obtained from the authentication endpoint
MapSet Code
MSET_ZIRWP1NV0WBHMap Code
MAP_WUTCLWDXTK6UMap added to MapSet successfully
Unauthorized - Invalid or expired token
MapSet or Map not found
Update Map Pose in MapSet
Updates the relative pose of a map within a MapSet. Use the dataId from the MapSet details response.
JWT token obtained from the authentication endpoint
MapSetData ID (obtained from Get MapSet Details response)
6756c20336a9794c6effce46Map pose updated successfully
Invalid dataId format
Unauthorized - Invalid or expired token
MapSetData not found
Delete Map from MapSet
Removes a map from a MapSet. Cannot delete the primary map (order=0) or if deletion would leave less than 2 maps in the MapSet.
JWT token obtained from the authentication endpoint
MapSetData ID (obtained from Get MapSet Details response)
6756c20336a9794c6effce46Map removed from MapSet successfully
Invalid dataId format
Unauthorized - Invalid or expired token
MapSetData not found
Cannot delete primary map or would leave less than 2 maps in MapSet
Delete MapSet
Deletes a MapSet and all associated map data entries. The maps themselves are not deleted, only their association with the MapSet.
JWT token obtained from the authentication endpoint
MapSet Code
MSET_ZIRWP1NV0WBHMapSet deleted successfully
Unauthorized - Invalid or expired token
MapSet not found
Schemas
RelativePose
Last updated