Method:
mm.maps.getMap
Get all ideas of a map
Authentication
| Requires signing: | Yes |
| Requires authentication: | Yes |
| Requires access: | read |
Parameters
-
map_id(required) -
expand_people(optional) -
include_folder(optional) -
include_groups(optional) -
include_slides(optional) -
include_theme(optional) -
revision(optional)
Sample Response
<rsp stat="ok"> <ideas> <idea> <note></note> <icon></icon> <style>000000</style> <closed>false</closed> <parent></parent> <modifiedat>2007-06-20 06:40:04</modifiedat> <pos> <y>0</y> <x>0</x> </pos> <link></link> <rank></rank> <modifiedby>3</modifiedby> <id>2490</id> <title>Freemind map</title> </idea> <idea> <note></note> <icon>idea,status_ok</icon> <style>000000</style> <closed>false</closed> <parent>2490</parent> <modifiedat>2007-06-20 06:40:04</modifiedat> <pos> <y>125</y> <x>-39</x> </pos> <link></link> <rank>0</rank> <modifiedby>3</modifiedby> <id>2491</id> <title>This is a test</title> </idea> </ideas> </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.