Provides access to projectdoc space information.
The service returns a representation of a space, including space properties.
Pass in the key of the space to access space properties provided by this and its delegate spaces.
The result can be requested in different media types.
Media Type | Content Type | Extension |
---|
JSON | application/json | .json |
XML | application/xml | .xml |
Java Properties | text/x-java-properties | .properties |
Specify the content type with the accept HTTP header or add the extension to the request URL.
Path Parameter
The following path parameter is required to be specified.
key
The key of the space whose properties are requested.
The following query parameter is optional.
property-filter
A regular expression to match property names of the space in the result set. Only properties with matching names will be returned as properties of the space.
The parameter is available since version 1.1.