Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the custom information that was originally set in the RWA.
You do not need authentication to call this API.
URI Template
GET services/builtin/CustomizationManagementt.svc/CustomizationInformation
Sample Request
GET https://www.contoso.com/ services/builtin/CustomizationManagement.svc/CustomizationInformation HTTP/1.1
Accept: application/xml
Cookie: ASP.NET_SessionId=********************
Canary: *********************
Host: domainname
Sample Response
<CustomizationInfo xmlns="http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<BackgroundImage>https://server/Remote/Customization/Admin/backgroundImage.jpg</BackgroundImage>
<Links>
<Link>
<Address>https://go.microsoft.com/fwlink/p/?LinkId=241535</Address>
<Title>Windows Server 2012 Essentials Blog</Title>
</Link>
<Link>
<Address>https://go.microsoft.com/fwlink/p/?LinkId=241536</Address>
<Title>Windows Server 2012 Essentials Add-ins</Title>
</Link>
<Link>
<Address>https://go.microsoft.com/fwlink/p/?LinkId=241537</Address>
<Title>Windows Server 2012 Essentials Community</Title>
</Link>
</Links>
<Logo i:nil="true"/>
<Title>Windows Server 2012 Essentials</Title>
</CustomizationInfo>
Error Codes
Error Code | Error Message |
---|---|
404 | RWA is not enabled; alternately, no customization information exists. |