POST api/AI/bbb?page={page}&zs={zs}&openid={openid}&startT={startT}&endT={endT}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Hashtable'.

Response Information

Resource Description

Collection of Voice_Content
NameDescriptionTypeAdditional 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
  }
]