Is it possible to directly access a piece of content within a Confluence page without having to use a parser?
If the content is a macro, you can use this:
https://docs.atlassian.com/atlassian-confluence/REST/latest-server/#content-getMacroBodyByMacroId
Thanks, Jason. However, what about content not within a macro?
Say a paragraph with a header which I know will exist within this page, e.g.-
Title
paragraph I want to pull
Yeah, I think you will have to parse for that yourself.
1 Like