Application Programming Interface Guide > Web Services Operations > Operations Reference > getAllResourcesByPath
 
getAllResourcesByPath
Get all of the specified resources for a given path.
Resources are normally uniquely identified by both the path and type of the resource. This operation returns all resources at a given path regardless of type. Multiple resources are returned if a path has multiple resources that differ by type—for example, /shared/examples/ds_inventory (data source) and /shared/examples/ds_inventory (view).
Location
/services/webservices/system/admin/resource/operations/
Request Elements
path: The path of the resource to get.
detail: The level of detail about the resources to include in the response. Valid values are NONE, SIMPLE, and FULL.
Response Elements
resources: List of the resources at the given path. See Resources Element.
Faults
IllegalArgument: If the path or detail are malformed.
NotFound: If no resources at the given path exist.
Security: If the user does not have READ access on all items in path other than the last one.
Security: If the user does not have the ACCESS_TOOLS right.