Gets the value of the specified custom property of a report element.
GET <webiURL>/documents/{documentId}/reports/{reportId}/elements/{elementId}/properties/{propertyKey}
Response type: application/xml or application/json
GET <webiURL>/documents/1234/reports/1/elements/100/properties/NEW_KEY
Response:
<property key='NEW_KEY'>MyKeyValue</property>