Hi guys,
Is it possible to get updates through activity logs? Currently I am syncing board item data using from/to through Activity Logs. Something like:
“query”: "{ boards (ids: xxxxxxxxxx){ activity_logs(from: "2021-02-19T11:33:23.000000Z") { id event created_at data entity event user_id } }} "
And I am successfully syncing those data, BUT I cant sync updates (comments, attachments…) related to specific items. I did try:
“query”: "{ boards (ids: xxxxxxxx){ activity_logs(from: "2021-02-19T11:33:23.000000Z") { id event created_at data entity event user_id } updates { id item_id body text_body creator {id name } created_at assets{id name url created_at}} }} "
But that part returns all updates - and regarding monday API documentation I cant set parameter from or to.
Please let me know what I am missing and how can I achieve that.
Thanks,
Milosh
