GET meeting/detail/history?pageSize={pageSize}&code={code}&sendTime={sendTime}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageSize | integer |
Required |
|
| code | string |
Required |
|
| sendTime | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
CommonPageListOfMeetingPic| Name | Description | Type | Additional information |
|---|---|---|---|
| data | CommonPageDataListOfMeetingPic |
None. |
|
| code | string |
None. |
|
| msg | string |
None. |
|
| msgDevelop | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"pageIndex": 1,
"pageSize": 2,
"list": [
{
"userId": "sample string 1",
"userName": "sample string 2",
"userAvatar": "sample string 3",
"sendTime": "sample string 4",
"picUrl": "sample string 5",
"picUrlSmall": "sample string 6",
"picHeight": 7,
"picWidth": 8
},
{
"userId": "sample string 1",
"userName": "sample string 2",
"userAvatar": "sample string 3",
"sendTime": "sample string 4",
"picUrl": "sample string 5",
"picUrlSmall": "sample string 6",
"picHeight": 7,
"picWidth": 8
}
]
},
"code": "sample string 1",
"msg": "sample string 2",
"msgDevelop": "sample string 3"
}