Go to documentation repository
Page History
General request format:
GET http://example.com:[port]IP-address:port/web2/secure/objectClasses/[{ObjectClass]}/states/[{State]/
Sample:
}/
Request parameters:
Parameter | Is required | Description |
---|---|---|
ObjectClass | Yes | Object class ID |
State | Yes | Object class state ID |
Request example:
GET http://example.com:[port]127.0.0.1:8085/web2/secure/objectClasses/GRELE/states/off/ - getting information on the OFF state for the Relay object class.
Sample of response:
<state>
...
Response example:
Code Block | ||
---|---|---|
| ||
<state> <id>off</id> |
...
</state> |
Response parameters:
Parameter | Description |
---|---|
id | Object class state ID |
Overview
Content Tools