GET api/LogWebService/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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:55.7708168-04:00"
}
application/xml, text/xml
Sample:
<Logwebservice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAP.BaseObject"> <Actualdt>2026-03-16T21:46:55.7708168-04:00</Actualdt> <Districtid>1</Districtid> <Id>1</Id> <Iserror>true</Iserror> <Message>sample string 2</Message> </Logwebservice>