Map details
This API endpoint retrieves comprehensive details of a VPS map by providing its unique map code in the URL path along with a bearer token for authentication, returning complete information including the map's status, geographic location, spatial metrics (floor areas, elevations, capture points), storage usage, etc.
Retrieves detailed information about a specific VPS map using its unique map code. Returns comprehensive map data including status, coordinates, spatial metrics, and offline bundle information.
Standard Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Unique map code identifier for the VPS map
MAP_O21DBI05E997Pattern: ^MAP_[A-Z0-9]+$VPS map retrieved successfully
Bad request - Invalid map code format
Unauthorized - Missing or invalid token
Map not found - The specified map code does not exist
Internal server error
GET All VPS maps for an account
Retrieves a paginated list of VPS maps using limit and page parameters
Number of items to return per page
10Example: 10Page number for pagination
1Example: 1VPS maps retrieved successfully
Unauthorized
Retrieves a paginated list of MapSets associated with the authenticated user's account
Number of items to return per page
10Example: 10Page number for pagination
1Example: 1MapSets retrieved successfully
Bad Request - Invalid parameters
Unauthorized
Internal Server Error - Something went wrong on the server
Last updated
Was this helpful?