API: Donwnload Meta Data¶
- GET /map/meta/{mapId}¶
Download meta by MapId
- Parameters:
mapId (string) -- ID of map, in path
- Status Codes:
200 OK -- Success.Response: attached-file of meta if meta exists
401 Unauthorized -- Unauthorized
403 Forbidden -- Forbidden
404 Not Found -- Not Found
meta is reserved as storage of customized data, which is related to your map. The max byte length, which is converted to Base64, is 2MB.