Hi I need to extract BoardID name,itemID name and date created and date updated
{“query”:"{ boards{ id name columns { title id type } groups { title id } items { id name group { id } column_values { id text value }}}} "}
i use like above but i can find date column how to extract date with respet to item



