Properties of multiple objects

/objects/properties

A resource that allows access to properties of multiple objects.

Methods

The properties returned in the response are arranged in the same order as the object versions sent in the request. This information should be used to match the correct PropertyValue[] to the correct object version.

GET

Output: PropertyValue[][]
  Retrieves properties of multiple objects. The object versions are specified in the URI seperated with semicolons, e.g. /objects/properties;0/5/6;0/112/latest;136/2/3.

Note that the number of arguments provided to this endpoint may easily exceed the maximum URI length. For this purpose it is suggested to use the POST method instead which does not suffer from such limitations.

POST

Input: ObjVer[]
Output: PropertyValue[][]
  Retrieves properties of multiple objects. The object versions are specified in the request body.

Note that explicit object versions must be provided when using this endpoint (you cannot provide -1 as the version number to indicate the latest version).