view_resources
Provides an HTML listing of all of the resources of a specific type within a skin.
Parameters
- action
- view_resources
- type
-
The type of resources to view (such as
imgorxql). - skin
- The name of the skin
Example URL
http://<host>:<port>/<context>/web/dev.xql?action=view_resources&type=<value>&skin=<value>
Successful Result
An HTML listing of all of the resources of this type, in the specific skin.
Failed Result
Accessing this API feature requires the "Develop app" permission, and the function will return a 401 Unauthorized (html/401unauthorized.html) page if the permission is not available.