SystemOptionsServicesGetData Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<SystemOptionsGetOutputInfo> GetData( SystemOptionsGetParam data )
Object containing the unique Id of the configuration entry
{
"data": {
"id": "iceSettings"
}
}Data of the configuration entry
{
"code": 0,
"error": null,
"message": {
"data": "{\"enableIce\":\"False\",\"fieldMarkBaseZIndex\":\"100\",\"fieldMarkerColor\":\"#3064b7\",\"htmlEditorMatchPreviewStyle\":\"True\",\"invokedFieldMarkerColor\":\"ff8000\"}",
"success": true
}
}Please note that the "data" property of the response is serialize JSON string. It will be the same JSON string for SOAP services too.