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-11-20T14:52:26.0746428-06: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-11-20T14:52:26.0746428-06:00</LastActionTime> <MemberId>sample string 1</MemberId> </AppFeedbackInitVMOutVO>