Voltar para monday.com
Conectar Knoon AI com monday.com para automatizar fluxos de trabalho de AI.
Find subitems by exact title and return sibling subitems under the same parent item.
mondayDefaultFindSubitemSibling
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| subitemTitle | mustache | Exact subitem title to find, case-insensitive. | Sim |
| offset | mustache | Sibling offset. Use -1 for previous, 1 for next. Must not be 0. | Sim |
| length | mustache | Optional number of siblings to return in the offset direction (1-50, default 1). | Não |
| boardId | file | Optional board ID to search. If omitted, visible boards are scanned. | Não |
| boardIds | mustache | Optional JSON array of board IDs to search. Overrides boardId when provided. Provide valid JSON. | Não |
| maxBoards | mustache | Optional maximum number of boards to scan when boardId/boardIds are omitted (default 500). | Não |
| maxItemsPerBoard | mustache | Optional maximum number of parent items to scan per board (default 1000). | Não |
| itemPageLimit | mustache | Optional parent item page size for monday.com requests (1-100, default 100). | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| result | array | Matched subitems returned as subitem fields, parentItem, board, and sibilings. |