GET api/ActivityOrg?pageIndex={pageIndex}&txt_keyword={txt_keyword}&ActivityID={ActivityID}&openid={openid}&temptime={temptime}&sign={sign}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageIndex | integer |
Required |
|
| txt_keyword | string |
Required |
|
| ActivityID | integer |
Required |
|
| openid | string |
Required |
|
| temptime | string |
Required |
|
| sign | string |
Required |
Body Parameters
None.
Response Information
Resource Description
UserPageInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | integer |
None. |
|
| TotalPages | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| Data | Collection of UserPageInfoOne |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Page": 1,
"TotalPages": 2,
"TotalRecord": 3,
"Data": [
{
"UserID": 1,
"UserName": "sample string 2",
"OrganizationID": 3,
"OrganizationName": "sample string 4",
"LinkPhone": "sample string 5",
"IDCard": "sample string 6",
"CDNum": "sample string 7"
},
{
"UserID": 1,
"UserName": "sample string 2",
"OrganizationID": 3,
"OrganizationName": "sample string 4",
"LinkPhone": "sample string 5",
"IDCard": "sample string 6",
"CDNum": "sample string 7"
}
],
"Message": "sample string 4"
}