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}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.