I am attempting to programmatically pull all updates from our instance for operational metrics. I am able to pull updates from items, but so far have not been able to pull updates on monday_docs, i tried the below query as one of my last resorts before querying this community but so far i haven’t been able to find a combination where updates is included on documents. Is this possible?
"""{
docs(object_ids: [object_id]) {
id
blocks {
content
id
type
}
updates {created_at}
}
}"""
Hey @justconfused,
Just to confirm, do you mean these comments inside the doc?
Best,
Rachel
yes, exactly those comments as a part of a monday_doc, but each monday doc is attached to an individual item rather than a doc situated in the workspace management portion
Gotcha!
In that case, it currently isn’t possible to retrieve that data. This document outlines all of the information you can query for monday docs.
I checked our feature request queue and didn’t see one fo this capability. You are welcome to open a new one to help prioritize community feedback when creating our roadmap!
Let us know if you have any other questions!
Best,
Rachel
Thank you for confirming! Have a nice day!