|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Returns a list of Active UI Instructions actions.
/rw/rapid/uiinstr/active
GET
action=show Required
Returns action Forms for this resource
None
HTTP_OK(200)
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>rapid</title>
<base href="http://localhost/"/>
</head>
<body>
<div class="state">
<a href= "rw/rapid/uiinstr/active?action=show" rel="self"/>
<form id="set" method="post" action="/rw/rapid/uiinstr/active/param/{blockurl}/{uiparam}?action=set">
<input name="value" value="0" type="text"/>
</form>
</div>
</body>
</html>
Bad Request(400), see HTTP Status codes
See Robot controller return codes
curl --digest -u "Default User":robotics "http://localhost/rw/rapid/uiinstr/active?action=show"
Not supported in bootserver mode