server properties
/properties [GET]
com.pageseeder.system.GetServerProperties
API Support | Available since | Last updated | Output |
---|---|---|---|
6.0000 | 6.0000 | json, xml |
Description
Returns the PageSeeder server properties from configuration files.
Parameters
Name | Description | Required | Type | Default value |
---|---|---|---|---|
reload | If 'true' then the properties are reloaded | no | boolean | false |
Permission
This service requires Administrator.
Response
Returns the following XML:
<server-properties> <properties type="[type]"> <property name="[name]" value="[value]" /> ... </properties> ... </server-properties>
Error Handling
No specific errors expected for this generator.