工具 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.
调用信息
- 工具标识
- xmind.xmind_add_relationship
- 服务提供方
- Xmind
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
fileId必填The ID of the mindmap file.
itemsOne entry per relationship — batch them into a single call (up to 200).
sourceIdSingle-relationship form. Prefer items.
targetIdSingle-relationship form. Prefer items.
titleSingle-relationship form. Prefer items.
sheetIdSingle-relationship form. Prefer items.