POST api/GetLogFileInfoList
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| _LogFileInfoQuery | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ddateBegin": "2025-12-09T18:47:22.2701099+08:00",
"ddateEnd": "2025-12-09T18:47:22.2701099+08:00",
"PageSize": 1,
"PageIndex": 2
}
application/xml, text/xml
Sample:
<LogFileInfoQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ddateBegin>2025-12-09T18:47:22.2701099+08:00</ddateBegin> <ddateEnd>2025-12-09T18:47:22.2701099+08:00</ddateEnd> <PageSize>1</PageSize> <PageIndex>2</PageIndex> </LogFileInfoQuery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Data": {},
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<HttpResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Result>1</Result> <Data /> <Message>sample string 3</Message> </HttpResult>