Retrieves the listing of basic information of all User Agents and Site Brandings
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Return Value
Type: XHRServiceResponseGenericSSMapRepObject containing collections of basic information of User Agents and Site Brandings
Examples
JavaScript
{
"code": 0,
"error": null,
"message": {
"Sites": [{
"Name": "Corporation",
"SearchString": "corp",
"SiteGroup": "Corp"
}, {
"Name": "Support",
"SearchString": "support",
"SiteGroup": "Support"
}],
"UserAgents": [{
"ContentType": "text\/html",
"FileExtension": "xml",
"Name": "IE",
"SearchString": "ie"
}, {
"ContentType": "text\/html",
"FileExtension": "xml",
"Name": "Chrome",
"SearchString": "chrome"
}]
}
}See Also