REST API for creating page with template and fixed parent page

Hi,

I am new to xwiki and we are evaluating the features.

I want to create a page using API. I want to pass template name, parent page and with label . so the page will be created using certain template and under selected parent page and with given label.

Is this possible ? If yes, any help or guidance to api link.

Thanks in Advance.

1 Like

I don’t think we have a pure REST API for this but you could use the save action, see https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Architecture/URL%20Architecture/Standard%20URL%20Format/#HAction:save