We have requirement to create page which display only their children pages.
I can do it manually, but we have do with rest api.
Could you please suggest, what can i pass in body storage value while creating parent page for enabling children display macro?
Used REST API - POST - /wiki/rest/api/content
Hi @A K
You could create a page with the children macro manually and then view the storage format. Then you know what to pass in the body storage value.
It looks something to this:
<ac:structured-macro ac:name="children" ac:schema-version="2" data-layout="default" ac:macro-id="14b0ddfd-239c-4875-872f-546d525b5783" />
The macro ID will be different to yours :)
Regards, Dominic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.