Item ID
The item ID column represents the unique identifier assigned to each item. This column is not supported by our API, so you cannot read or update the item ID column via the API.
Since you can't read the item ID column through the API, we identified a solution to return the same data. Instead of querying the value of the item ID column, you can query your items for the ID.
query {
boards (ids:2904502171) {
items {
id
}
}
}
Do you have questions?
Join our developer community! You can share your questions and learn from fellow users and monday.com product experts.
Donβt forget to search before opening a new topic!
Updated 3 days ago