Skip to main content
GET
/
history
/
decision-definition
/
cleanable-decision-instance-report
/
count
Get Cleanable Decision Instance Report Count
curl --request GET \
  --url http://{host}:{port}/{contextPath}/history/decision-definition/cleanable-decision-instance-report/count \
  --header 'Authorization: Basic <encoded-value>'
{
  "count": 1
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

decisionDefinitionIdIn
string

Filter by decision definition ids. Must be a comma-separated list of decision definition ids.

decisionDefinitionKeyIn
string

Filter by decision definition keys. Must be a comma-separated list of decision definition keys.

tenantIdIn
string

Filter by a comma-separated list of tenant ids. A decision definition must have one of the given tenant ids.

withoutTenantId
boolean

Only include decision definitions which belong to no tenant. Value may only be true, as false is the default behavior.

compact
boolean

Only include decision instances which have more than zero finished instances. Value may only be true, as false is the default behavior.

Response

Request successful.

count
integer

The number of matching instances.