POST api/APILog/GetAPILog
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| log | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"logstartdate": "2026-01-07T09:41:34.5034196Z",
"logenddate": "2026-01-07T09:41:34.5034196Z",
"logdate": "2026-01-07T09:41:34.5034196Z",
"modulecode": "sample string 1",
"empnum": "sample string 2",
"transcode": "sample string 3",
"projcode": "sample string 4",
"createdby": "sample string 5"
}
application/xml, text/xml
Sample:
<APILogViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMARTHR.API.Models"> <createdby>sample string 5</createdby> <empnum>sample string 2</empnum> <logdate>2026-01-07T09:41:34.5034196Z</logdate> <logenddate>2026-01-07T09:41:34.5034196Z</logenddate> <logstartdate>2026-01-07T09:41:34.5034196Z</logstartdate> <modulecode>sample string 1</modulecode> <projcode>sample string 4</projcode> <transcode>sample string 3</transcode> </APILogViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.