Method:
mm.maps.getList
Returns the list of maps of the current user
Authentication
| Requires signing: | Yes |
| Requires authentication: | Yes |
| Requires access: | read |
Parameters
-
expand_people(optional) -
folder_id(optional) Restrict maps to those contained in this folder -
include_folder(optional) -
include_groups(optional) Include maps that the user has access to through groups -
page(optional) -
per_page(optional) -
query(optional)
Sample Response
<rsp stat="ok"> <maps page="1" pages="1" perpage="100" total="2"> <map id="2490" title="Copy of Freemind map" owner="3" description="" created="2007-06-20 06:40:04" modified="2007-06-20 06:40:04" sharedwith="" tags="" public="0" viewonly="0" default="0"/> <map id="2480" title="Freemind map" owner="3" description="" created="2007-06-20 06:40:03" modified="2007-06-20 06:40:03" sharedwith="" tags="" public="0" viewonly="0" default="0"/> </maps> </rsp>
Error Codes
-
20Object not found - Object not found
-
96Invalid signature - The passed signature was invalid.
-
97Missing signature - The call required signing but no signature was sent.
-
98Login failed - The login details or auth token passed were invalid.
-
100Invalid API Key - The API key passed was not valid or has expired.
-
112Method not found - The requested method was not found.
Test Method
No API key found.
If you already have an API key you might just have to Sign In.