projectdoc Toolbox

Provides access to projectdoc space information.

Name
Space
Parent
Type
Extension
Path
rest/projectdoc/1/space/{key}
HTTP Method
GET

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.

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.

Related Components

Space Property
Provides access to a single space property.