GET api/Logs/GetLog/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Log| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Description | string |
None. |
|
| CreatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Description": "sample string 2",
"CreatedDate": "2025-12-05T19:28:44.4509924-08:00"
}
text/html
Sample:
{"Id":1,"Description":"sample string 2","CreatedDate":"2025-12-05T19:28:44.4509924-08:00"}