Changes for page REST API

Last modified by Thomas Mortagne on 2024/03/12

From version 15.1
edited by Fabio Mancinelli
on 2009/12/17
Change comment: Put relation URIs in verbatim so they are not clickable
To version 16.1
edited by Fabio Mancinelli
on 2009/12/17
Change comment: Added the RESTful API entrypoint URL explicitly

Summary

Details

Page properties
Content
... ... @@ -2,6 +2,8 @@
2 2  
3 3  XWiki provides fine-grain access to virtually every element through an API that is based on HTTP semantics, i.e., a RESTful API. In this page you will find all the details to take advantage of this API and the instructions to use it at its full potential.
4 4  
5 +By defaut the XWiki RESTful API entrypoint is rooted at the following URI : http://server:port/xwiki/rest/ (depending on where your XWiki is running)
6 +
5 5  = Dataset =
6 6  
7 7  This section contains a brief and high-level description of the XWiki data set that should serve as a basis for presenting resources and their associated operations.
... ... @@ -190,6 +190,8 @@
190 190  
191 191  == Root resources ==
192 192  
195 +By defaut all the resources of the RESTful API are rooted at the following URI : http://server:port/xwiki/rest/ (depending on where your XWiki is running)
196 +
193 193  === / ===
194 194  
195 195  * **HTTP Method:** GET

Get Connected