GET api/SystemStatus/ValidTillLogs/{LastUpdated}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastUpdated | unsigned integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusLogEntry| Name | Description | Type | Additional information |
|---|---|---|---|
| LogId | unsigned integer |
None. |
|
| MethodCalled | string |
None. |
|
| Parameters | string |
None. |
|
| IPAddress | string |
None. |
|
| ServerName | string |
None. |
|
| StatusMessage | string |
None. |
|
| DateTimeCreated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"$type": "WebPortalRTFAPI.Models.StatusLogEntry, WebPortalRTFAPI",
"LogId": 1,
"MethodCalled": "sample string 2",
"Parameters": "sample string 3",
"IPAddress": "sample string 4",
"ServerName": "sample string 5",
"StatusMessage": "sample string 6",
"DateTimeCreated": "2026-06-05T19:43:20.1317055-04:00"
},
{
"$ref": "2"
}
]