v1

latestOpenAPI 3.0.02026-07-17331930.1 KB

Long-clicks on the specified object.

The target object should have been found using findObject with a selector.

get/uiObject2/{oid}/longClick

Path parameters

oidinteger required

The object ID

Response

OK

status'OK' | 'ERROR' | 'UNKNOWKN' required
statusCodeinteger
errorMessagestring

Example response

{
  "status": "ERROR",
  "statusCode": 100,
  "errorMessage": "Operation could not be completed"
}