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字段保留用于用户自己定义,可以关联至map使用。转Base64以后字节数限制2MB以内。