cURL
curl --request GET \ --url http://{host}:{port}/{contextPath}/history/batch/cleanable-batch-report/count \ --header 'Authorization: Basic <encoded-value>'
{ "count": 10 }
Queries for the number of report results about a historic batch operations relevant to history cleanup (see History cleanup ). Takes the same parameters as the Get Cleanable Batch Report method.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Request successful.
The number of matching instances.