GET v3/me/initfeedback

get the member basic info with joined top 3 network and active teams list Only for left side bar in mobile app for now

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "memberId": "sample string 1",
  "isMemberRespondFeedback": 2,
  "lastActionTime": "2024-04-26T06:05:49.4343074-05:00",
  "enableOnlineChat": true
}

application/xml, text/xml

Sample:
<AppFeedbackInitVMOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">
  <EnableOnlineChat>true</EnableOnlineChat>
  <IsMemberRespondFeedback>2</IsMemberRespondFeedback>
  <LastActionTime>2024-04-26T06:05:49.4343074-05:00</LastActionTime>
  <MemberId>sample string 1</MemberId>
</AppFeedbackInitVMOutVO>