GET api/Layout/PortalLayoutCusomizations?PortalUrl={PortalUrl}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PortalUrl | string |
None. |
Body Parameters
None.
Response Information
Resource Description
PortalLayoutCusomizationsOutputName | Description | Type | Additional information |
---|---|---|---|
HasCustomSearchJobAddon | boolean |
None. |
|
HasCustomTTCMLogo | boolean |
None. |
|
PortalID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "hasCustomSearchJobAddon": true, "hasCustomTTCMLogo": true, "portalID": 3 }
application/xml, text/xml
Sample:
<PortalLayoutCusomizationsOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIService.Models.Public.Layout"> <HasCustomSearchJobAddon>true</HasCustomSearchJobAddon> <HasCustomTTCMLogo>true</HasCustomTTCMLogo> <PortalID>3</PortalID> </PortalLayoutCusomizationsOutput>