POST api/{version}/MessageCenter/GetMessageCenterSettingList
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
AppMessageSettingListName | Description | Type | Additional information |
---|---|---|---|
SettingList | Collection of AppMessageSetting |
None. |
Response Formats
application/json, text/json
Sample:
{ "settingList": [ { "id": "sample string 1", "type": 2, "condition": "sample string 3" }, { "id": "sample string 1", "type": 2, "condition": "sample string 3" } ] }