|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Returns symbol extension list.
/rw/rapid/symbols/{symbol URL}
GET
info=object-list-ext
type={Statements | BackwardStmts | ErrorStmts | UndoStmts | TypeDecls | DataDecls | ParDecls | RtnDecls | Attribs}
Option definition
Statements = statements
BackwardStmts = Backward Statements
UndoStmts = Undo Statements
TypeDecls = Type Declarations
DataDecls = Data Declarations
ParDecls = Parameter Declarations
RtnDecls = Routine Declarations
Attribs = Attributes
None*
HTTP_OK, see HTTP Status codes
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>rapid</title>
<base href="http://localhost:4444/rw/rapid/"/>
</head>
<body>
<div class="state">
<a href="symbols/RAPID/T_ROB1/MainModule?info=object-list-ext&type=DataDecls" rel="self"></a>
<ul>
<li class="object-list-extension" title="RAPID/T_ROB1/mainmodule">
<span class="ext-begin-line">2</span>
<span class="ext-begin-column">2</span>
<span class="ext-end-line">7</span>
<span class="ext-end-column">137</span>
<span class="ext-first-begin-line">2</span>
<span class="ext-first-begin-column">2</span>
<span class="ext-first-end-line">2</span>
<span class="ext-first-end-column">125</span>
<span class="ext-last-begin-line">7</span>
<span class="ext-last-begin-column">5</span>
<span class="ext-last-end-line">7</span>
<span class="ext-last-end-column">137</span>
</li>
</ul>
</div>
</body>
</html>
BAD_REQUEST (400)
See Robot controller return codes
curl --digest -u "Default User":robotics" "http://127.0.0.1/rw/rapid/symbols/RAPID/T_ROB1/mainmodule?info=object-list-ext&type=DataDecls"
Not supported in bootserver mode