Dear Sirs,
please advise i’m try get value from my board & group but have some trouble.
-
can we filter or give column value condition such as grater than 2000 and less than 3500. what topic which we can read
-
when i’m get response from api - version 2023-10 seem i cannot found text value from mirror column. How to get them if they are more than one column value
this is my syntax
query {
boards(ids: [18084084XX]) {
groups(ids: ["new_group269XX"]) {
title
items_page {
items {
id
column_values {
id
text
column {
title
}
... on BoardRelationValue {
linked_items {
id
name
}
}
... on MirrorValue {
text
column {
id
title
}
id
}
}
}
}
}
}
}