Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Get RAPID symbols resources

Returns symbols resource.

URL

/rw/rapid/symbols

Method

GET

URL Params

None

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://127.0.0.1/rw/rapid/"/>
    </head><body>
    <div class="state">
        <a href="symbols" rel="self"></a>
        <a href="symbols?action=show" class="action" rel="action"></a>
        <ul>
        </ul>
    </div>
    </body></html>

Resources

None*

Sample Call

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

Notes

Not supported in bootserver mode