Changes for page REST API

Last modified by Thomas Mortagne on 2024/03/12

From version 49.1
edited by Thomas Mortagne
on 2015/09/01
Change comment: There is no comment for this version
To version 50.1
edited by Thomas Mortagne
on 2015/09/21
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -347,11 +347,18 @@
347 347  *** 200: If the request was successful.
348 348  *** 401: If the user is not authorized.
349 349  
350 -=== /wikis/{wikiName}/spaces/{spaceName}[/spaces/{nestedSpaceName}]*/pages/{pageName} ===
350 +=== /wikis/{wikiName}/spaces/{spaceName}[/spaces/{nestedSpaceName}]*/pages/{pageName}[?prettyNames ===
351 351  
352 +{true,false}&objects={true,false}&class={true,false}&attachments={true,false}] ===
353 +
352 352  * **HTTP Method:** GET
353 353  ** **Media types:**
354 354  *** application/xml (Page element)
357 +** **Query parameters**
358 +*** ##prettyNames##: also return the pretty name for various document information (like the author display name, etc). Disabled by default.
359 +*** ##objects##: //[since 7.3M1]// also return the objects. Disabled by default.
360 +*** ##class##: //[since 7.3M1]// also return the class. Disabled by default.
361 +*** ##attachments##: //[since 7.3M1]// also return the attachments metadatas. Disabled by default.
355 355  ** **Description:**
356 356  ** **Status codes:**
357 357  *** 200: If the request was successful.

Get Connected