GET dataimport/search
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"page": 1,
"total": 2,
"records": 3,
"rows": null
}
application/xml, text/xml
Sample:
<JqGridResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiuYuPingJia.Rest.Models"> <page>1</page> <records>3</records> <rows i:nil="true" /> <total>2</total> </JqGridResponse>