Gets the text content.
The target object should have been found using findObject with a selector.
get/uiObject2/{oid}/getText
Path parameters
oidinteger required
The object ID
Response
OK
Example response
{
"text": "lorem ipsum"
}The target object should have been found using findObject with a selector.
The object ID
OK
{
"text": "lorem ipsum"
}