Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Get UI instruction resource

Returns a list of UI Instructions resources.

URL

/rw/rapid/uiinstr

Method

GET

URL Params

See Common URL parameters

Data Params

None*

Success Response

HTTP_OK(200), see HTTP Status codes

Example Response

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>rapid</title>
<base href="http://localhost/rw/rapid/uiinstr/"/>
</head>
<body>
<div class="state">
<a href= "" rel="self"/>
<a href= "?action=show" rel="action"/>
<ul>
<li class="rap-active-li" title="active">
<a href="active" rel="self"/>
</li>
</ul>
</div>
</body>
</html>

Resources

  • rap-active-li Active UI instruction resource list

Error Response

NOT FOUND(404), see HTTP Status codes

See Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics "http://127.0.0.1/rw/rapid/uiinstr"

Notes

Not supported in bootserver mode