Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there an API endpoint to get the time of creation and the time of update of a confluence page?

Deleted user March 12, 2024

I want to fetch the time at which a confluence page was created and also want to get the time at which the last update was done to that page. Is there any existing API that I can use for this purpose?

1 answer

2 votes
David Nickell
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 12, 2024

Yes.  I use this:

myuyrl /rest/api/content/search?cql="CQL_Query"&expand=history.lastUpdated,version,space,container&limit=500

Where CQL_Query = lastModified>="2023-09-01" and type=page

in Power BI -- it looks like this:

 

Confluence.png

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events