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 ExceptionLogEntryName | Description | Type | Additional information |
---|---|---|---|
date | date |
None. |
|
log | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "date": "2025-06-26T07:44:32.4757306-07:00", "log": "sample string 2" }, { "date": "2025-06-26T07:44:32.4757306-07:00", "log": "sample string 2" } ]