I have a select from content table where I get all current pages.
I would like to get an additional column where I could get each page URL.
What is the table I have to join with the content to get those URLs?
Thank you,
FC.
Go through this knowledge base article, urls are not stored in database but can be generated programmatically.
The page id based URL is straightforward,
<CONFLUENCE_BASE_URL>/pages/viewpage.action?pageId=<PAGE_ID>
If you are looking for tiny urls,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.