Retrieves a report about a decision definition and finished decision instances relevant to history cleanup (see History cleanup), so that you can tune the history time to live. These reports include the count of the finished historic decision instances, cleanable decision instances and basic decision definition data - id, key, name and version. The size of the result set can be retrieved by using the Get Cleanable Decision Instance Report Count method.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Filter by decision definition ids. Must be a comma-separated list of decision definition ids.
Filter by decision definition keys. Must be a comma-separated list of decision definition keys.
Filter by a comma-separated list of tenant ids. A decision definition must have one of the given tenant ids.
Only include decision definitions which belong to no tenant. Value may only be true, as false
is the default behavior.
Only include decision instances which have more than zero finished instances. Value may only be true,
as false is the default behavior.
Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter.
finished Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter.
asc, desc Pagination of results. Specifies the index of the first result to return.
Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left.
Request successful.
The id of the decision definition.
The key of the decision definition.
The name of the decision definition.
The version of the decision definition.
The history time to live of the decision definition.
The count of the finished historic decision instances.
The count of the cleanable historic decision instances, referring to history time to live.
The tenant id of the decision definition.