getResources

Get the specified resources. Only the resources that exist and which the user has proper privileges to access are returned. It is possible to get back a shorter list than requested.

Location

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

Request Elements

entries: List of path-type pairs of the resources 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 and their characteristics. see Resources Element.

Faults

IllegalArgument: If any of the provided paths are malformed, or types or detail are illegal.

Security: If the user does not have the ACCESS_TOOLS right.