Hello,
I am trying to get a all the items on Monday from an item value. I have tried multiple ways on Postman, but i keep getting error “500Internal Server Error”. Now i don’t know what mistake i am doing in making API Call.
Below is the Monday Board screenshot.
I am trying to get all the value in Item 5 column. Below is the my body on Postman
Below is the query
query {
items_by_column_values (
board_id: 1730769393,
column_id: "text",
column_value: "Text"
) {
id
}
}


