Click or drag to resize

SSMapServicesGetSitesListing Method


Retrieves the listing of Site Brandings

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<SiteMgrInfo[]> GetSitesListing()

Return Value

Type: XHRServiceResponseGenericSiteMgrInfo

List of Site Brandings

Examples

Sample JSON return

JavaScript
{
    "ContentFreezeEndTime": "",
    "ContentFreezeStartTime": "",
    "code": 0,
    "error": null,
    "message": [
        {
            "Name": "Corporate",
            "SearchString": "corp",
            "SiteGroup": "corpgroup"
        },
        {
            "Name": "HR",
            "SearchString": "hr",
            "SiteGroup": "hr"
        }
    ]
}
See Also