Gets a list of all skins of all types declared on a Web Intelligence Server.
GET <webiURL>/configuration/skins
Response type: application/xml or application/json
Response body: details of the available skins identified by:
<skins> <skin type="Cell"> <name>Curve</name> <background> <color rgb="#ffffff"/> <image src="boimg://skin_marble.gif" display="Tile"/> </background> </skin> <skin type="Cell"> <name>Business Objects</name> <background> <color rgb="#ffffff"/> <image src="boimg://skin_bo.gif" display="Stretch"/> </background> </skin> <skin type="Block"> <name>Business Objects</name> <background> <color rgb="#ffffff"/> <image src="boimg://skin_bo.gif" display="Stretch"/> </background> </skin> <skin type="Section"> <name>Business Objects</name> <background> <color rgb="#ffffff"/> <image src="boimg://skin_bo.gif" display="Stretch"/> </background> </skin> <skin type="Section"> <name>Dots</name> <background> <color rgb="#ffffff"/> <image src="boimg://skin_listing.gif" display="Tile"/> </background> </skin> <skin type="Report"> <name>Dots</name> <background> <color rgb="#ffffff"/> <image src="boimg://skin_listing.gif" display="Tile"/> </background> </skin> </skins>