Hi,
On 20 Feb 2016 at 14:09:57, Andrea Ferroni
(ferroni.andrea@gmail.com(mailto:ferroni.andrea@gmail.com)) wrote:
Is possibile to view a simple example to call xwiki
restful get documenti
using ajax jquery and json with Admin\admin authentication ? Tanks a lot.
Depends what you need.
You should look
at
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Standard+URL+Format#HPara…
Examples:
* Content in
HTML:
http://playground.xwiki.org/xwiki/bin/view/Sandbox/?xpage=plain (or
http://playground.xwiki.org/xwiki/bin/get/Sandbox/)
* Raw non-rendered
content:
http://playground.xwiki.org/xwiki/bin/get/Sandbox/?xpage=plain&raw=1
Thanks
-Vincent
Andrea Ferroni