GET omsapi/UserInActivitySignupTables?u={u}&t={t}&d={d}
获取UserInActivitySignupTable列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u |
用户ID |
integer |
Required |
t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
d |
ActivityID=[活动ID,guid],PageNumber=[1,int],PageSize=[20,int] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取UserInActivitySignupTable列表
DataResultListOfUserInActivityTableOutputName | Description | Type | Additional information |
---|---|---|---|
DataList | Collection of UserInActivityTableOutput |
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": "a28d80b0-d846-4ef4-8b55-90f6789fdd30", "UserID": 2, "UserName": "sample string 3", "UserHeadPic": "sample string 4", "Fields": [ { "ID": "fd0ac449-9cb1-4fa9-a829-b22cd5078bda", "Name": "sample string 2", "Value": "sample string 3" }, { "ID": "fd0ac449-9cb1-4fa9-a829-b22cd5078bda", "Name": "sample string 2", "Value": "sample string 3" } ] }, { "ID": "a28d80b0-d846-4ef4-8b55-90f6789fdd30", "UserID": 2, "UserName": "sample string 3", "UserHeadPic": "sample string 4", "Fields": [ { "ID": "fd0ac449-9cb1-4fa9-a829-b22cd5078bda", "Name": "sample string 2", "Value": "sample string 3" }, { "ID": "fd0ac449-9cb1-4fa9-a829-b22cd5078bda", "Name": "sample string 2", "Value": "sample string 3" } ] } ] }