Skip to main content

Query multiple boards in Monday using API

  • December 22, 2020
  • 3 replies
  • 2743 views

Hi community,

Is it possible to query multiple boards ids with Monday API?

For a single board following code is correct:

query = ‘{ boards (ids: 99999999) { name id description items { name column_values{title id type text } } } }’

Is it possible to do something like:

… boards (ids: 99999999, 8888888, 77777777) …

Thanks in advance.

Regards

This topic has been closed for replies.

3 replies

basdebruin
  • Community Expert
  • December 22, 2020

Hi @Larx

Welcome to the community.

Sure it is possible to query multiple boards

… boards (ids: [99999999, 8888888, 77777777]) …


  • Author
  • New Participant
  • December 22, 2020

Hi @basdebruin,

Thanks for your reply. It works perfectly.

Regards.


AlexSavchuk
Forum|alt.badge.img
  • monday.com Team Member
  • December 25, 2020

Hey @Larx

I’m glad @basdebruin was able to help out here! He’s super on point, as usual 🙂

-Alex