Gets the description of a style of a Web Intelligence document.
GET <webiURL>/documents/{documentId}/styles/{styleId}?unit={unit}
Response type: application/xml or application/json
Response body: details of a document style identified by <style>
GET <webiURL>/documents/5022/styles/3
<style> <id>3</id> <parentId>58</parentId> <border> <top thickness="thin" rgb="#cacad9" style="plain"/> <bottom thickness="thin" rgb="#cacad9" style="plain"/> <left thickness="thin" rgb="#cacad9" style="plain"/> <right thickness="thin" rgb="#cacad9" style="plain"/> </border> <background> <color rgb="#5175b9"/> </background> <font size="9" face="Arial" italic="false" bold="true" strikethrough="false" underline="false" rgb="#ffffff"/> <alignment horizontal="left" vertical="bottom"/> </style>