GET v1/system/errors?startDate={startDate}&endDate={endDate}
Get a list of unique errors that have occurred in the system within a time span
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
startDate |
Get errors later than this date time | date |
Required |
endDate |
Get errors earlie than this date time | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PortalErrorName | Description | Type | Additional information |
---|---|---|---|
DaemonName |
string |
None. |
|
NumberOfErrors |
integer |
None. |
|
ExceptionDetails |
string |
None. |
|
ErrorCode |
integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.