You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

projectdoc Toolbox

Provides access to projectdoc space information.

Name
Space

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 TypeContent TypeExtension
JSONapplication/json.json
XMLapplication/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.

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.

Related Components

Space
Provides access to projectdoc space information.
Space Property
Provides access to a single space property.
  • No labels