Items_by_column_values for Check boxes

Hi, I’m trying to get a list of items where a checkbox field is marked, but I zero records every time. I can filter on any other field and I get records back, but not this one. Help?

query{
  items_by_column_values(board_id:493430419 column_id:"check"  column_type:"boolean" column_value:"true"){
  	id    
    name        
    column_values{
     id
     title
     value
     type
     additional_info
    }
  }
}

Howdy @javier.chira :wave:

I’m afraid that items_by_column_value is currently not compatible with the Checkbox column, which is why the API isn’t returning any relevant results.

I’ve since passed this along to our team as feedback for review and consideration as we continue to make improvements to our API :slight_smile:

Thank you for bringing this to our attention! :muscle:

-Scott

1 Like

+1

would love to see this feature on the new API

1 Like