返回 monday.com

將 Knoon AI 與 monday.com 連接以自動化 AI 工作流程。

Find subitems by exact title and return sibling subitems under the same parent item.
mondayDefaultFindSubitemSibling
測試版
內部
權限
  • boards:read
可選權限
沒有項目可顯示。
參數
名稱類型說明必填
subitemTitlemustache Exact subitem title to find, case-insensitive.是的
offsetmustache Sibling offset. Use -1 for previous, 1 for next. Must not be 0.是的
lengthmustache Optional number of siblings to return in the offset direction (1-50, default 1).
boardIdfile Optional board ID to search. If omitted, visible boards are scanned.
boardIdsmustache Optional JSON array of board IDs to search. Overrides boardId when provided. Provide valid JSON.
maxBoardsmustache Optional maximum number of boards to scan when boardId/boardIds are omitted (default 500).
maxItemsPerBoardmustache Optional maximum number of parent items to scan per board (default 1000).
itemPageLimitmustache Optional parent item page size for monday.com requests (1-100, default 100).
退貨
名稱類型說明
resultarray Matched subitems returned as subitem fields, parentItem, board, and sibilings.