Retrieve parent device
NOTE: We recommend using the Get a list of parents for specified list of child devices REST service for this method instead. REST services are more advanced and are the preferred choice over SOAP.
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. |