Application Programming Interface Guide > Web Services Operations > Operations Reference > getUsedDataSources
 
getUsedDataSources
Get all of the dependency data source resources the given resources depends on.
Location
/services/webservices/system/admin/resource/operations/
Request Elements
entries: A list of resource-path/type pairs. Type can be TABLE, PROCEDURE, LINK, DEFINITION_SET, DATA_SOURCE, or TRIGGER
detail: The level of detail of resources in the response. May be NONE, SIMPLE, or FULL.
Response Elements
resources: List of the resources used by the request-resources, and their characteristics. 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 the path.
Security: If the user does not have the ACCESS_TOOLS right.