Changes for page REST API
Last modified by Ludovic Dubost on 2021/06/24
Change comment:
escape URL
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,20 +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 - =Accessingthe service=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 6 7 -By defaut the XWiki RESTful API entrypoint is rooted at the following URI: 8 - 9 -{{code}} 10 - 11 - http://host:port/xwiki/rest 12 - 13 -{{/code}} 14 - 15 -All the resource references described in the [[XWiki RESTful API Documentation>>#HXWikiRESTfulAPIDocumentation]] should be intended relative to this URL. 16 - 17 -For example the, the ##/wikis## resources on a server running on ##localhost## on port ##8080## can be retrieved using the following URL : ##http:~//localhost:8080/xwiki/rest/wikis## 18 - 19 19 = Dataset = 20 20 21 21 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.