API: List maps by pages¶
- GET /maps¶
List maps by pages and order by modified datetime. It support filter , which is described your parameters. Query parameters are optional.
- Query Parameters:
createtimeEnd (string) -- Maps should be created before this datetime.
createtimeStart (string) -- Maps should be created after this datetime.
modifiedEnd (string) -- Maps should have modified before this datetime.
modifiedStart (string) -- Maps should have modified after this datetime.
pageNum (integer) -- Requested page number. Default is 1.
pageSize (integer) -- Max number of maps for each page. Default is 10.
- Status Codes:
200 OK -- Success.Response:result is { armaps: [], page { total: 0, pages: 0 } } if your spatialmap appId has no maps
401 Unauthorized -- Unauthorized
403 Forbidden -- Forbidden
404 Not Found -- Not Found
- Response JSON Object:
msg (string) --
result (object) --
statusCode (integer) --
timestamp (string) --