Learn more about the other types used when reading, creating, updating, and deleting items via the API
The monday.com items API lets you query monday.com items. With it, you can programmatically access an item's metadata and column values.
The object types below provide additional data structures used across the items API’s CRUD operations. They extend the core types documented in the main items reference and are used to create and configure new items, update item details, and retrieve detailed item information.
FileInput
An object containing the file's input values.
Field | Description | Enum Values |
|---|---|---|
assetId | The file's unique identifier. | |
fileType | The file's type. |
|
linkToFile | The file's link. | |
name | The file's name. | |
objectId | The document's unique identifier. |
LinkedItems
An object containing metadata about an item's linked items.
| Arguments | Description |
|---|---|
linked_board_id Int! | The linked board's unique identifier. |
link_to_item_column_id String! | The link to item column's unique identifier. |
PositionRelative
An object defining the location of the item being created.
| Enum Value | Description |
|---|---|
after_at | Creates the new group or item below the relative_to value. |
before_at | Creates the new group or item above the relative_to value. |
