Retrieve parent device
The get_parent_device request retrieves the parent object of a specified device.
Request Method: GET
Request URL Parameters:
Element |
Type |
Description |
---|---|---|
SessionID mandatory |
String | Session ID returned in the login request |
DeviceID mandatory |
String |
The ID of the device you want to return the parent for. |
Response:
Element |
Type |
Description |
---|---|---|
DeviceID |
String |
The ID of the device that is the parent of the device specified in the request. |