Getting the Custom Property Value

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

Request

GET <webiURL>/documents/{documentId}/reports/{reportId}/elements/{elementId}/properties/{propertyKey}

Where:
  • {documentId} is the document identifier retrieved from the list of documents
  • {reportId} is the report identifier retrieved from the list of reports
  • {elementId} is the element identifier retrieved from the list of elements
  • {propertyKey} is the key of the custom property
Response

Response type: application/xml or application/json

Example

GET <webiURL>/documents/1234/reports/1/elements/100/properties/NEW_KEY

Response:

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