Changes for page REST API
Last modified by Ludovic Dubost on 2021/06/24
Change comment:
escape URL
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. fmancinelli1 +XWiki.VincentMassol - 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