GET v1/bunits/{bunitId}/errors?startDate={startDate}&endDate={endDate}&includeDescendants={includeDescendants}
Get a list of errors that have occurred within a time span that relates to a business unit
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
integer |
Required |
|
startDate |
Get errors later than this date time | date |
Required |
endDate |
Get errors earlie than this date time | date |
Required |
includeDescendants |
boolean |
Default value is False |
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.