GET omsapi/GroupActivityMembers?u={u}&t={t}&d={d}
获取GroupActivityMember列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| u |
用户ID |
integer |
Required |
| t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
| d |
ActivityID=[,guid],Status=[用户状态,int?,0审核通过,1未审核,2审核未通过],HasSignIn=[是否签到,bool?,默认取所有],PageNumber=[,int],PageSize=[,int] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取GroupActivityMember列表
DataResultListOfGroupActivityMemberQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| DataList | Collection of GroupActivityMemberQuery |
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": [
{
"UserName": "sample string 1",
"UserHeadPic": "sample string 2",
"ID": "6a4be0f1-0ab1-4e7b-a00c-3187b190a696",
"ActivityID": "c66db39b-d439-40f8-ba59-2703a645b6cb",
"UserID": 5,
"Status": 0,
"HasSignIn": true,
"CreateTime": "2025-12-16T23:28:56.3194959+08:00",
"UpdateTime": "2025-12-16T23:28:56.3194959+08:00",
"IsInGroup": 9
},
{
"UserName": "sample string 1",
"UserHeadPic": "sample string 2",
"ID": "6a4be0f1-0ab1-4e7b-a00c-3187b190a696",
"ActivityID": "c66db39b-d439-40f8-ba59-2703a645b6cb",
"UserID": 5,
"Status": 0,
"HasSignIn": true,
"CreateTime": "2025-12-16T23:28:56.3194959+08:00",
"UpdateTime": "2025-12-16T23:28:56.3194959+08:00",
"IsInGroup": 9
}
]
}