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.
Each of the object types described below represents a specific aspect of an item. They can be queried as subfields on the items query or provide form metadata in mutations.
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. |
