GET HYAPI/AssistantService/TestData/TestData?queryTime.from={queryTime.from}&queryTime.to={queryTime.to}&page.sort={page.sort}&page.pagesize={page.pagesize}&page.pagenum={page.pagenum}&page.desc={page.desc}
服务请求信息
URI 参数
Name | Description | Type | Additional information |
---|---|---|---|
from |
查询起始时间 |
date |
Required |
to |
查询结束时间 |
date |
Required |
sort |
排序条件(具体请看各个服务的排序说明,如果没有注明排序条件则应忽略) |
string |
None. |
pagesize |
每页显示记录数 |
integer |
Range: inclusive between 1 and 999999 |
pagenum |
页码 |
integer |
Range: inclusive between 1 and 999999 |
desc |
升降序(如果没有注明排序条件则应忽略) |
boolean |
None. |
Body 参数
None.
服务返回信息
返回数据说明
IHttpActionResultNone.
返回数据范例
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.