Changes for page REST API

Last modified by Thomas Mortagne on 2024/03/12

<
From version < 71.1 >
edited by Marius Dumitru Florea
on 2017/09/18
To version < 72.1 >
edited by Marius Dumitru Florea
on 2017/09/18
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -895,12 +895,18 @@
895 895  *** 200: If the request was successful.
896 896  *** 401: If the user is not authorized.
897 897  
898 -=== /wikis/{wikiName}/classes/{className}/properties/{property}/values[?limit~=n&fp~=text] ===
898 +=== /wikis/{wikiName}/classes/{className}/properties/{property}/values {{info}}Since 9.8RC1{{/info}} ===
899 899  
900 +Request parameters:
901 +
902 +|=Name|=Description|\\
903 +|limit|Limit the number of values returned. Zero or a negative number means no limit.
904 +|fp|Filter parameters, used to filter the returned values. You can pass multiple filter values by repeating the query string parameter. The way in which the property values are filtered depends on the property type.
905 +
900 900  * **HTTP Method:** GET
901 901  ** **Media types:**
902 902  *** application/xml (Property element)
903 -** **Description:** The list of values for the property {property} of the class {className}. Use the ##limit## query string parameter to limit the number of results. Use the ##fp## (filter parameter) query string parameter to filter the values. Value filtering depends on the property type.
909 +** **Description:** The list of values for the property {property} of the class {className}. At the moment only Database List properties are supported.
904 904  ** **Status codes:**
905 905  *** 200: If the request was successful.
906 906  *** 401: If the user is not authorized to view the specified property.

Get Connected