Gets the value of the specified custom property of a report element.
GET /documents/<documentID>/reports/<reportID>/elements/<elementID>/properties/<propertyKey>
Response type: application/xml or application/json
GET /documents/1234/reports/1/elements/100/properties/NEW_KEY
Response:
<property key='NEW_KEY'>MyKeyValue</property>