ui

Get element property value

Returns the current value of a named property on an element.

get/api/v1/ui/elements/{id}/properties/{name}

Path parameters

idElementId required— unresolved $ref

Globally unique element identifier.

namestring required

Property name.

Response

Property value.

{"stackTrail":"paths:/api/v1/ui/elements/{id}/properties/{name}:get:responses:200:content:application/json:schema:properties:value","oasType":"schema","type":"unknown"}

Changes