Hi there,
I have migrated to the new 2023-10 API. However, I am experiencing the following issues:
- The call only returns the top 25 rows
- Mirrored / linked data is returning null
For point 2, I know there is a reason for this however I am very inexperienced with API writing and so any help would be appreciated.
My query is as follows (and is in M Script, PowerBI):
Source = Json.Document(Web.Contents(“https://api.monday.com/v2”, [Headers=[Method=“POST”, #“Content-Type”=“application/json”, #“API-Version”=“2023-10”,#“Authorization”=Key], Content=Text.ToBinary(“{”“query”": ““query {boards(ids: " & Board & “) {items_page {items {name, updated_at, group {title}, columns: column_values {text, column{title}}}}}}””}”)]))
Thanks,
Tom