POST api/v1_0/clientreportrecordv1_0/QueryReportList

“QueryReportList”的文档。

Request Information

Parameters

NameDescriptionAdditional information
parm
“parm”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Keyword": "sample string 1",
  "DayType": 0,
  "StartDate": "2026-01-21T20:56:32.1953287+08:00",
  "EndDate": "2026-01-21T20:56:32.1953287+08:00",
  "ParkId": 1,
  "IsReportingAnalysis": 1,
  "PageIndex": 2,
  "PageSize": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "code": 1,
  "status": true,
  "msg": "sample string 3",
  "data": {},
  "count": 5,
  "pageCount": 6,
  "ispaging": true,
  "extend": {},
  "isReLogin": true
}