工具 API

xmind_set_todo

Mark topics as todos and set their checkbox state to 'todo' or 'done' (ids come from each topic's <!--t:id--> anchor). Pass every topic you want to set in one call — topicIds accepts up to 200 and they are applied together, so do NOT call this once per topic. One call sets one status; to mix states, make one call per status. This is the basic task checkbox; for scheduled/gantt fields (start, due, duration, progress) use xmind_set_planned_task.

productivityOAuth1 积分

调用信息

工具标识
xmind.xmind_set_todo
服务提供方
Xmind
平均响应
0 ms
近 7 天调用
0

输入参数

fileId必填

The ID of the mindmap file.

topicIds必填

The ids of the topics to mark. Batch them into a single call (up to 200).

status必填

Checkbox state applied to every topic in topicIds.