How do I find the Page name if I have the PageID in the database

Greg Della-Croce November 15, 2016

I am doing some SQL queries in the Confluence database.  I have the Pageid and my report wants to use the actual Page name.  What database table do I need to look at?

1 answer

1 accepted

1 vote
Answer accepted
Greg Della-Croce November 15, 2016

Thanks to Aron Gombas, Midori CEO, Who has some great plugins for Confluence.

He pointed me to the Content table, using Content.contentid  = PageID (and qualifying that with Content.contenttype = "Page" so I got the pages and not the attachments).  Now I have the page name as Content.Title.  And using Content.Spaceid = Spaces.Spaceid I get the space name Spaces.Spacename.

Again thanks Aron for the point in the right direction.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events