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 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. |