GET api/LogWebService
Request Information
URI Parameters
None.
Body Parameters
Collection of ICriterionNone.
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Logwebservice| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Districtid | integer |
None. |
|
| Message | string |
None. |
|
| Iserror | boolean |
None. |
|
| Actualdt | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Districtid": 1,
"Message": "sample string 2",
"Iserror": true,
"Actualdt": "2026-03-16T21:46:17.4006334-04:00"
},
{
"Id": 1,
"Districtid": 1,
"Message": "sample string 2",
"Iserror": true,
"Actualdt": "2026-03-16T21:46:17.4006334-04:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfLogwebservice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAP.BaseObject">
<Logwebservice>
<Actualdt>2026-03-16T21:46:17.4006334-04:00</Actualdt>
<Districtid>1</Districtid>
<Id>1</Id>
<Iserror>true</Iserror>
<Message>sample string 2</Message>
</Logwebservice>
<Logwebservice>
<Actualdt>2026-03-16T21:46:17.4006334-04:00</Actualdt>
<Districtid>1</Districtid>
<Id>1</Id>
<Iserror>true</Iserror>
<Message>sample string 2</Message>
</Logwebservice>
</ArrayOfLogwebservice>