Map details
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
Unique MongoDB ObjectId for the VPS map
66ca3f3b773b18f09e131279Account ID that owns this VPS map
66ca3f3b773b18f09e131278Human-readable name of the VPS map
Office Floor 1 MapUnique code identifier for the VPS map
MAP_O21DBI05E997Current processing status of the map:
- uploading: File upload in progress
- pending: Processing queued or in progress
- active: Map is ready for use
- failed: Processing failed
activePossible values: Map heading/orientation in degrees (0-360)
45Storage size used by the map in bytes
52428800URL to the map thumbnail image
https://s3.amazonaws.com/bucket/thumbnails/map-thumbnail.jpgStatus of the offline bundle generation:
- processing: Bundle creation in progress
- failed: Bundle creation failed
- active: Bundle is ready for download
activePossible values: URL to download the offline bundle for this map
https://s3.amazonaws.com/bucket/bundles/offline-bundle.zipISO 8601 timestamp when the map was created
2024-08-24T10:30:00.000ZISO 8601 timestamp when the map was last updated
2024-08-24T15:45:00.000ZBad 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?

