Category "confluence-rest-api"

How to find all Confluence pages with PowerShell

I'm trying to pull all Confluence pages in my instance that haven't been modified since 1/1/21. I was able to get all of the parent pages that haven't been mod

Upload Confluence page content containing {code} macros through API

What I'm trying to achieve is to upload a Confluence page content that contains code examples, and I'd like these code examples to use the {code} macro plugin t

Create Confluence page using Python and Atlassian API

I try to create a Confluence page with Python by: from atlassian import Confluence def writeConfluencePage(confluenceBaseUrl,parentId,user,password):