GET v1/internal/exceptions/informational/{date}?latestFirst={latestFirst}
Returns all informational log entries for the provided date.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date |
Date for which to return logs, for example: 01-15-2015 |
date |
Required |
| latestFirst |
Set to true to order the list of logs in a descending matter. |
boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ExceptionLogEntry| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
None. |
|
| log | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"date": "2025-12-15T19:20:58.4671158-08:00",
"log": "sample string 2"
},
{
"date": "2025-12-15T19:20:58.4671158-08:00",
"log": "sample string 2"
}
]
