Retrieve containing objects
NOTE: We recommend using the corresponding REST API. For details, refer to the GET /api/v1/networkObject/search/byNameAndContainer endpoint in the Swagger documentation. REST services are more advanced and are the preferred option over SOAP for this operation.
The get_containing_objects request retrieves a list of containing objects for a specified object.
Request Method: GET
Request URL Parameters:
|
Element |
Type |
Description |
|---|---|---|
|
SessionID Mandatory |
String |
Session ID returned in login request. |
|
ObjectName Mandatory |
String | The name of the object for which you want a list of containing objects. |
Response:
|
Element |
Type |
Description |
|---|---|---|
| ContainingObjectName |
String |
The names of the objects that contain the specified object. |