GET api/Groups/ByUser?u={u}&t={t}&d={d}
获取个人群组列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| u |
用户ID |
integer |
Required |
| t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
| d |
PageNumber=[PageNumber,int],PageSize=[PageSize,int] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取个人群组列表
DataResultListOfGroupQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| DataList | Collection of GroupQuery |
None. |
|
| PageNum | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageCount | integer |
None. |
|
| PreviousIndex | integer |
None. |
|
| NextIndex | integer |
None. |
|
| RecordCount | integer |
None. |
|
| Error | boolean |
None. |
|
| ErrorInfo | Collection of string |
None. |
|
| ExInfo | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{
"_pageSize": 2,
"_recordCount": 3,
"_pageNum": 1,
"_error": true,
"_errorInfo": [
"sample string 1",
"sample string 2"
],
"_exInfo": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"_dataList": [
{
"ID": "6fd02793-7dd3-41d9-a6ed-e6ba0e88fd0c",
"CreatorID": 2,
"CreatorName": "sample string 3",
"CreatorHeadPic": "sample string 4",
"BannerPicUrl": "sample string 5",
"GenreID": "f6b866e7-82f6-480a-b94e-b56b5b0c417f",
"GenreName": "sample string 7",
"Name": "sample string 8",
"CID": "sample string 9",
"ImgUrl": "sample string 10",
"Describe": "sample string 11",
"IsVisible": true,
"IsCompany": true,
"CompanyID": 14,
"CompanyName": "sample string 15",
"InterestType": 16,
"CreateTime": "2025-12-16T04:21:44.9291257+08:00",
"UpdateTime": "2025-12-16T04:21:44.9291257+08:00"
},
{
"ID": "6fd02793-7dd3-41d9-a6ed-e6ba0e88fd0c",
"CreatorID": 2,
"CreatorName": "sample string 3",
"CreatorHeadPic": "sample string 4",
"BannerPicUrl": "sample string 5",
"GenreID": "f6b866e7-82f6-480a-b94e-b56b5b0c417f",
"GenreName": "sample string 7",
"Name": "sample string 8",
"CID": "sample string 9",
"ImgUrl": "sample string 10",
"Describe": "sample string 11",
"IsVisible": true,
"IsCompany": true,
"CompanyID": 14,
"CompanyName": "sample string 15",
"InterestType": 16,
"CreateTime": "2025-12-16T04:21:44.9291257+08:00",
"UpdateTime": "2025-12-16T04:21:44.9291257+08:00"
}
]
}
application/xml, text/xml
Sample:
<DataResultListOfGroupQueryYB_PsA4Qz xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Care365_V2.Utility">
<_dataList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Care365_V2.Model.IMSys">
<d2p1:GroupQuery>
<d2p1:BannerPicUrl>sample string 5</d2p1:BannerPicUrl>
<d2p1:CID>sample string 9</d2p1:CID>
<d2p1:CompanyID>14</d2p1:CompanyID>
<d2p1:CompanyName>sample string 15</d2p1:CompanyName>
<d2p1:CreateTime>2025-12-16T04:21:44.9291257+08:00</d2p1:CreateTime>
<d2p1:CreatorHeadPic>sample string 4</d2p1:CreatorHeadPic>
<d2p1:CreatorID>2</d2p1:CreatorID>
<d2p1:CreatorName>sample string 3</d2p1:CreatorName>
<d2p1:Describe>sample string 11</d2p1:Describe>
<d2p1:GenreID>f6b866e7-82f6-480a-b94e-b56b5b0c417f</d2p1:GenreID>
<d2p1:GenreName>sample string 7</d2p1:GenreName>
<d2p1:ID>6fd02793-7dd3-41d9-a6ed-e6ba0e88fd0c</d2p1:ID>
<d2p1:ImgUrl>sample string 10</d2p1:ImgUrl>
<d2p1:InterestType>16</d2p1:InterestType>
<d2p1:IsCompany>true</d2p1:IsCompany>
<d2p1:IsVisible>true</d2p1:IsVisible>
<d2p1:Name>sample string 8</d2p1:Name>
<d2p1:UpdateTime>2025-12-16T04:21:44.9291257+08:00</d2p1:UpdateTime>
</d2p1:GroupQuery>
<d2p1:GroupQuery>
<d2p1:BannerPicUrl>sample string 5</d2p1:BannerPicUrl>
<d2p1:CID>sample string 9</d2p1:CID>
<d2p1:CompanyID>14</d2p1:CompanyID>
<d2p1:CompanyName>sample string 15</d2p1:CompanyName>
<d2p1:CreateTime>2025-12-16T04:21:44.9291257+08:00</d2p1:CreateTime>
<d2p1:CreatorHeadPic>sample string 4</d2p1:CreatorHeadPic>
<d2p1:CreatorID>2</d2p1:CreatorID>
<d2p1:CreatorName>sample string 3</d2p1:CreatorName>
<d2p1:Describe>sample string 11</d2p1:Describe>
<d2p1:GenreID>f6b866e7-82f6-480a-b94e-b56b5b0c417f</d2p1:GenreID>
<d2p1:GenreName>sample string 7</d2p1:GenreName>
<d2p1:ID>6fd02793-7dd3-41d9-a6ed-e6ba0e88fd0c</d2p1:ID>
<d2p1:ImgUrl>sample string 10</d2p1:ImgUrl>
<d2p1:InterestType>16</d2p1:InterestType>
<d2p1:IsCompany>true</d2p1:IsCompany>
<d2p1:IsVisible>true</d2p1:IsVisible>
<d2p1:Name>sample string 8</d2p1:Name>
<d2p1:UpdateTime>2025-12-16T04:21:44.9291257+08:00</d2p1:UpdateTime>
</d2p1:GroupQuery>
</_dataList>
<_error>true</_error>
<_errorInfo xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</_errorInfo>
<_exInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<ClassName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">System.Exception</ClassName>
<Message i:nil="true" xmlns="" />
<Data i:nil="true" xmlns="" />
<InnerException i:nil="true" xmlns="" />
<HelpURL xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</HelpURL>
<StackTraceString i:nil="true" xmlns="" />
<RemoteStackTraceString i:nil="true" xmlns="" />
<RemoteStackIndex xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">0</RemoteStackIndex>
<ExceptionMethod i:nil="true" xmlns="" />
<HResult xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">3</HResult>
<Source xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Source>
<WatsonBuckets i:nil="true" xmlns="" />
</_exInfo>
<_pageNum>1</_pageNum>
<_pageSize>2</_pageSize>
<_recordCount>3</_recordCount>
</DataResultListOfGroupQueryYB_PsA4Qz>