POST api/AI/bbb?page={page}&zs={zs}&openid={openid}&startT={startT}&endT={endT}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
Required |
|
| zs | integer |
Required |
|
| openid | string |
Required |
|
| startT | string |
Required |
|
| endT | string |
Required |
Body Parameters
Dictionary of Object [key] and Object [value]Request Formats
application/json, text/json
Sample:
{
"System.Object": {}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of Voice_Content| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| isshowtime | integer |
None. |
|
| content | string |
None. |
|
| reply | string |
None. |
|
| openid | string |
None. |
|
| mfilename | string |
None. |
|
| yfilename | string |
None. |
|
| time | date |
None. |
|
| skillId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "sample string 1",
"isshowtime": 2,
"content": "sample string 3",
"reply": "sample string 4",
"openid": "sample string 5",
"mfilename": "sample string 6",
"yfilename": "sample string 7",
"time": "2025-12-09T19:55:07.7118111+08:00",
"skillId": 9
},
{
"id": "sample string 1",
"isshowtime": 2,
"content": "sample string 3",
"reply": "sample string 4",
"openid": "sample string 5",
"mfilename": "sample string 6",
"yfilename": "sample string 7",
"time": "2025-12-09T19:55:07.7118111+08:00",
"skillId": 9
}
]