Hi,
I´m trying to get complete values from a board (using API v2), o get message using the API Playground with the code bellow (i got the message: “SyntaxError: Unexpected token < in JSON at position 0”, can you help me?
{
boards(ids: 1123411782) {
id
name
items(limit: 32) {
id
group {
id
title
}
name
created_at
column_values {
id
title
text
}
}
}
}



