Method:
mm.ideas.insert
Inserts a new idea on a given map
Authentication
Requires signing: | Yes |
Requires authentication: | Yes |
Requires access: | write |
Parameters
-
map_id
(required) -
parent_id
(required) -
title
(required) -
floating
(optional) -
icon
(optional) -
link
(optional) -
note
(optional) -
rank
(optional) -
task
(optional) String that looks like 'due,resource,resource_id,from,duration' where: due: valid date; resource: the name of the assignee; resource_id: id of the resource (MindMeister user id); from: valid start date; duration: units unit ('20 hours'). Example: '10/12/2010,Dan,,6/1/2010,10 days' -
x_pos
(optional) -
y_pos
(optional)
Sample Response
<rsp stat="ok"> <revision>2</revision> <id>2610</id> </rsp>
Error Codes
-
20
Object not found - Object not found
-
24
Parameter x_pos and/or y_pos - 1st level ideas need to have an x_pos and y_pos
-
96
Invalid signature - The passed signature was invalid.
-
97
Missing signature - The call required signing but no signature was sent.
-
98
Login failed - The login details or auth token passed were invalid.
-
100
Invalid API Key - The API key passed was not valid or has expired.
-
112
Method 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.