工具 API

xmind_add_relationship

Add relationships (association lines) between pairs of endpoints. Each endpoint is usually a topic (id from its <!--t:id--> anchor) but may also be a boundary (<!--b:id-->). Both endpoints must already exist; an optional title labels the line. For a multi-sheet file, pass the sheetId the endpoints belong to (from xmind_list_sheets); omit it for the first sheet. Put every line you are drawing in one call via items (up to 200) — do NOT call this once per line. An item with bad arguments is skipped and reported; the rest are still written.

productivityOAuth1 积分

调用信息

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

输入参数

fileId必填

The ID of the mindmap file.

items

One entry per relationship — batch them into a single call (up to 200).

sourceId

Single-relationship form. Prefer items.

targetId

Single-relationship form. Prefer items.

title

Single-relationship form. Prefer items.

sheetId

Single-relationship form. Prefer items.