GET api/AI/GetHistoryData?openid={openid}&searchPageNum={searchPageNum}&callbackcount={callbackcount}
语音历史内容
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| openid |
用户标识 |
string |
Required |
| searchPageNum |
当前页 |
integer |
Required |
| callbackcount |
每页大小 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of History_Content| Name | Description | Type | Additional information |
|---|---|---|---|
| month | string |
None. |
|
| children | Collection of Content |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"month": "sample string 1",
"children": [
{
"day": "sample string 1",
"resolve": true,
"content": "sample string 3",
"reply": "sample string 4"
},
{
"day": "sample string 1",
"resolve": true,
"content": "sample string 3",
"reply": "sample string 4"
}
]
},
{
"month": "sample string 1",
"children": [
{
"day": "sample string 1",
"resolve": true,
"content": "sample string 3",
"reply": "sample string 4"
},
{
"day": "sample string 1",
"resolve": true,
"content": "sample string 3",
"reply": "sample string 4"
}
]
}
]