Getting the Custom Property Value

Usage

Gets the value of the specified custom property of a report element.

Request

GET /documents/<documentID>/reports/<reportID>/elements/<elementID>/properties/<propertyKey>

Response

Response type: application/xml or application/json

Example

GET /documents/1234/reports/1/elements/100/properties/NEW_KEY

Response:

<property key='NEW_KEY'>MyKeyValue</property>