GET v3/me/getnotificationsetting
get the notification settings info of current member
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "allowReminder": true, "reminderDays": 2, "allowAnnouncements": true, "allowEvents": true, "allowRequests": true, "allowMessages": true, "allowTextMessages": true, "allowPushNotification": true, "allowIMLeaguesNews": true, "allowActivityFeed": true, "enableGameSummary": true, "allowGameSummary": true }
application/xml, text/xml
Sample:
<MemberNotificationSettingOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member"> <AllowActivityFeed>true</AllowActivityFeed> <AllowAnnouncements>true</AllowAnnouncements> <AllowEvents>true</AllowEvents> <AllowGameSummary>true</AllowGameSummary> <AllowIMLeaguesNews>true</AllowIMLeaguesNews> <AllowMessages>true</AllowMessages> <AllowPushNotification>true</AllowPushNotification> <AllowReminder>true</AllowReminder> <AllowRequests>true</AllowRequests> <AllowTextMessages>true</AllowTextMessages> <EnableGameSummary>true</EnableGameSummary> <ReminderDays>2</ReminderDays> </MemberNotificationSettingOutVO>