Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.16 KB

item.md

File metadata and controls

37 lines (27 loc) · 1.16 KB

Item

Usage

import Api from "mondayapi";
const api = new Api("MONDAY API KEY");
const boardId = 67484;
api.item.listByBoard(boardId, ["id"]);

API

Defined in /src/api/item.ts

create

Name Type Optional
args CreateItemArgs False
fields ItemField[] False
values Record<string, string | number> False

listByBoard

Name Type Optional
boardId Number False
values Record<string, string | number> False

listByGroup

Name Type Optional
boardId Number False
groupId Number False
fields ItemField[] False