getDependentResources

Get all of the resources that depend on the given resource. A resource depends on this resource if it makes use of this resource. Also see getUsedResources, which lists the resources a resource uses.

Location

/services/webservices/system/admin/resource/operations/

Request Elements

path: The path of the resource to analyze for usage dependencies.

type: The type of the resource specified by the given path. Valid values are DATA_SOURCE, DEFINITION_SET, LINK, PROCEDURE, TABLE, TREE, and TRIGGER.

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 dependent resources. See Resources Element.

Faults

IllegalArgument: If the path is malformed or an illegal type or detail is provided.

NotFound: If the resource or any portion of the path to the resource does not 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.