GET api/LogSentEmail/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Logsentemail| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Emailid | string |
None. |
|
| Sentdt | date |
None. |
|
| Subject | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Emailid": "sample string 2",
"Sentdt": "2026-03-16T21:42:57.5025195-04:00",
"Subject": "sample string 3"
}
application/xml, text/xml
Sample:
<Logsentemail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAP.BaseObject"> <Emailid>sample string 2</Emailid> <Id>1</Id> <Sentdt>2026-03-16T21:42:57.5025195-04:00</Sentdt> <Subject>sample string 3</Subject> </Logsentemail>