GET v1/internal/exceptions/critical/{date}?latestFirst={latestFirst}

Returns all Critical log entries for the provided date.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
date

date

None.

log

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "date": "2025-06-26T07:54:45.6390008-07:00",
    "log": "sample string 2"
  },
  {
    "date": "2025-06-26T07:54:45.6390008-07:00",
    "log": "sample string 2"
  }
]