Hello, from this page I can create a sub page under a parent page by specifying the parent page ID.
I need to use the parent’s page title instead of ID.
is this possible?
Hello @charleslcso ,
For COnfluence Server/Data Center you can use this endpoint: https://developer.atlassian.com/server/confluence/rest/v900/api-group-content-resource/#api-rest-api-content-get - so you get page by SPACE_KEY and TITLE the same way as by ID.
http://{baseurl}/confluence/rest/api/content?spaceKey={KEY}&title={PAGE_TITLE}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.