Way to choose a specific view in GetBOardItem with Items_Page

Hello,

I would like to choose a specific view in my query with GetBoardItem, i didint find a way to do that with de documentation.

This one is the Query I’m currently using:

query GetBoardItems{ boards(ids:[board_id]) { items_page(limit: 500) { items { id name column_values { id text } } } } }

I would really appreciate if you could help me.
Thank you

Hello there @EduardoCoelho,

When you talk about a specific “view”, what are you referring to exactly? What would a “view” be in this case?

Looking forward to hearing from you!

Cheers,
Matias