Get History Cleanup Configuration
Retrieves history cleanup batch window configuration (See History cleanup).
Method
GET /history/cleanup/configuration
Parameters
Query Parameters
Not used
Request Body
Not used
Result
A JSON object representing batch window datetimes with timezone.
| Name | Value | Description | 
|---|---|---|
| batchWindowStartTime | Date | Start time of the current or next batch window | 
| batchWindowEndTime | Date | End time of the current or next batch window | 
Response Codes
| Code | Media type | Description | 
|---|---|---|
| 200 | application/json | Request successful. | 
Example
Request
GET /history/cleanup/configuration
Response
{
    "batchWindowStartTime":"2017-09-11T23:59:00.000+0200",
    "batchWindowEndTime":"2017-09-12T02:00:00.000+0200"
}