POST api/Hub/GetMemberGroups
Request Information
URI Parameters
None.
Body Parameters
RequestGetGroupName | Description | Type | Additional information |
---|---|---|---|
MemberId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "MemberId": "8761d22b-0b8c-4502-941d-413dd513c3c1" }
application/xml, text/xml
Sample:
<RequestGetGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Isonfor.ECommerce.Common.Entity.Request.Hub"> <MemberId>8761d22b-0b8c-4502-941d-413dd513c3c1</MemberId> </RequestGetGroup>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ExecuteResultOfListOfHubGroupName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of HubGroup |
None. |
|
Success | boolean |
None. |
|
IsSuccess | boolean |
None. |
|
Msg | string |
None. |
|
Code | integer |
None. |
|
StatusCode | string |
None. |
|
Errors | Dictionary of string [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "Id": "5ec1c1ff-44ee-40e2-b3a4-146b314133a6", "CreateDate": "2023-02-05T17:59:27.8208236+08:00", "MemberId": "fcc1d3af-ebfc-4c13-bd90-28701b993544", "GroupId": "45dcdc42-a454-4261-8930-77fba173a8c5", "GroupName": "sample string 5", "SendType": 0, "IsShow": true, "GroupKey": "sample string 7", "GroupCreator": true, "LastChatDate": "2023-02-05T17:59:27.8208236+08:00" }, { "Id": "5ec1c1ff-44ee-40e2-b3a4-146b314133a6", "CreateDate": "2023-02-05T17:59:27.8208236+08:00", "MemberId": "fcc1d3af-ebfc-4c13-bd90-28701b993544", "GroupId": "45dcdc42-a454-4261-8930-77fba173a8c5", "GroupName": "sample string 5", "SendType": 0, "IsShow": true, "GroupKey": "sample string 7", "GroupCreator": true, "LastChatDate": "2023-02-05T17:59:27.8208236+08:00" } ], "Success": true, "IsSuccess": true, "Msg": "sample string 3", "Code": 4, "StatusCode": "sample string 5", "Errors": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } }
application/xml, text/xml
Sample:
<ExecuteResultOfArrayOfHubGroupwQj_SqIeA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.Core"> <Code>4</Code> <Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value>sample string 4</d2p1:Value> </d2p1:KeyValueOfstringstring> </Errors> <IsSuccess>true</IsSuccess> <Msg>sample string 3</Msg> <StatusCode>sample string 5</StatusCode> <Success>true</Success> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Isonfor.ECommerce.Common.Entity.Hub"> <d2p1:HubGroup> <d2p1:CreateDate>2023-02-05T17:59:27.8208236+08:00</d2p1:CreateDate> <d2p1:GroupCreator>true</d2p1:GroupCreator> <d2p1:GroupId>45dcdc42-a454-4261-8930-77fba173a8c5</d2p1:GroupId> <d2p1:GroupKey>sample string 7</d2p1:GroupKey> <d2p1:GroupName>sample string 5</d2p1:GroupName> <d2p1:Id>5ec1c1ff-44ee-40e2-b3a4-146b314133a6</d2p1:Id> <d2p1:IsShow>true</d2p1:IsShow> <d2p1:LastChatDate>2023-02-05T17:59:27.8208236+08:00</d2p1:LastChatDate> <d2p1:MemberId>fcc1d3af-ebfc-4c13-bd90-28701b993544</d2p1:MemberId> <d2p1:SendType>Chat</d2p1:SendType> </d2p1:HubGroup> <d2p1:HubGroup> <d2p1:CreateDate>2023-02-05T17:59:27.8208236+08:00</d2p1:CreateDate> <d2p1:GroupCreator>true</d2p1:GroupCreator> <d2p1:GroupId>45dcdc42-a454-4261-8930-77fba173a8c5</d2p1:GroupId> <d2p1:GroupKey>sample string 7</d2p1:GroupKey> <d2p1:GroupName>sample string 5</d2p1:GroupName> <d2p1:Id>5ec1c1ff-44ee-40e2-b3a4-146b314133a6</d2p1:Id> <d2p1:IsShow>true</d2p1:IsShow> <d2p1:LastChatDate>2023-02-05T17:59:27.8208236+08:00</d2p1:LastChatDate> <d2p1:MemberId>fcc1d3af-ebfc-4c13-bd90-28701b993544</d2p1:MemberId> <d2p1:SendType>Chat</d2p1:SendType> </d2p1:HubGroup> </Data> </ExecuteResultOfArrayOfHubGroupwQj_SqIeA>