GET api/GroupActivityJoin?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=[,int],PageSize=[,int] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取我参加的、负责的活动列表
DataResultListOfGroupActivityQueryAppMineName | Description | Type | Additional information |
---|---|---|---|
DataList | Collection of GroupActivityQueryAppMine |
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": "3a4f791a-a200-4a80-b019-a935c2df983a", "GroupID": "de6df031-3eef-460c-8702-d2a0436e0040", "Title": "sample string 3", "Describe": "sample string 4", "PicUrl": "sample string 5", "CreatorID": 6, "BeginTime": "sample string 7", "EndTime": "sample string 8", "JoinBeginTime": "sample string 9", "JoinEndTime": "sample string 10", "Place": "sample string 11", "JoinedMemberAmounts": 12, "ChooseCompanyID": "sample string 13", "MaxMemberAmounts": 14, "CreateTime": "2025-05-13T14:46:58.7366776+08:00", "UpdateTime": "2025-05-13T14:46:58.7366776+08:00", "CreatorName": "sample string 17", "CreatorHeadPic": "sample string 18", "CompanyID": 19, "CategoryID": 20 }, { "ID": "3a4f791a-a200-4a80-b019-a935c2df983a", "GroupID": "de6df031-3eef-460c-8702-d2a0436e0040", "Title": "sample string 3", "Describe": "sample string 4", "PicUrl": "sample string 5", "CreatorID": 6, "BeginTime": "sample string 7", "EndTime": "sample string 8", "JoinBeginTime": "sample string 9", "JoinEndTime": "sample string 10", "Place": "sample string 11", "JoinedMemberAmounts": 12, "ChooseCompanyID": "sample string 13", "MaxMemberAmounts": 14, "CreateTime": "2025-05-13T14:46:58.7366776+08:00", "UpdateTime": "2025-05-13T14:46:58.7366776+08:00", "CreatorName": "sample string 17", "CreatorHeadPic": "sample string 18", "CompanyID": 19, "CategoryID": 20 } ] }