Fetch Skins
Fetch Skins
Request
URI: v2/skin
HTTP Method: GET
- Content-Type:
[application/json] OR [application/xml]
Response
- XML:
<result message="Action = getSkin" messageKey="Action = getSkin" status="SUCCESS" statusCode="0"><info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="apiInfoModel" name="skin" value="43684"/><info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="apiInfoModel" name="skin" value="base"/><info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="apiInfoModel" name="skin" value="Example"/><info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="apiInfoModel" name="skin" value="config"/></result> - JSON:
{"statusCode":0,"messageKey":"Action = getSkin", "message":"Action = getSkin", "status":"SUCCESS", "info":[{"name":"skin", "value":"43684"},{"name":"skin", "value":"base"},{"name":"skin", "value":"Example"},{"name":"skin", "value":"config"}]}}
- XML:
<result message="Not Found" messageKey="Not Found" status="FAIL" statusCode="404" /> - JSON:
{"statusCode":404,"messageKey":"Not Found", "message":"Not Found", "status":"FAIL", "info":[]}
Permissions
"Develop application"
Example
Request:
GET http://example.corp:8080/LiveContent/v2/skin
Response:
<result message="Action = getSkin" messageKey="Action = getSkin" status="SUCCESS" statusCode="0"><info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="apiInfoModel" name="skin" value="43684"/><info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="apiInfoModel" name="skin" value="base"/><info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="apiInfoModel" name="skin" value="Example"/><info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="apiInfoModel" name="skin" value="config"/></result>