Other Types

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 ID

The file's unique identifier.

fileType FileColumnValue!

The file's type.

asset
box
doc
dropbox
google_drive
link
onedrive

linkToFile String

The file's link.

name String!

The file's name.

objectId ID

The document's unique identifier.


LinkedItems

An object containing metadata about an item's linked items.

ArgumentsDescription
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 ValueDescription
after_atCreates the new group or item below the relative_to value.
before_atCreates the new group or item above the relative_to value.