0

谁能知道如何使用 Monday API 查询多个板子 ID?

对于单板以下代码是正确的:

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

是否可以执行以下操作:

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

提前致谢。

问候

4

1 回答 1

-1

For anyone interested in the answer:

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

于 2020-12-22T14:23:39.827 回答