I use CQL to fetch modified pages and blog posts. But according to
https://developer.atlassian.com/cloud/confluence/cql-fields/#type CQL does not support the custom-content type and so the question begs itself - it there an efficient way to fetch modified custom content?
I am specifically interested in questions and answers.
Hi @Kharitonov_ Mark Welcome to the community!
You're correct that Confluence Query Language (CQL) doesn't directly support querying for custom content types using the type
field. Custom content in Confluence refers to content created by apps or add-ons, and it’s not treated like standard pages, blog posts, or attachments.
As a workaround, you can use the Rest API.
I must admit I am failing to see how can I use it to fetch custom content changed since the given date.
Could you share a sample code?
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.