Skip to main content
GET
/
decision-requirements-definition
/
count
Get Decision Requirements Definition Count
curl --request GET \
  --url http://{host}:{port}/{contextPath}/decision-requirements-definition/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

decisionRequirementsDefinitionId
string

Filter by decision requirements definition id.

decisionRequirementsDefinitionIdIn
string

Filter by decision requirements definition ids.

name
string

Filter by decision requirements definition name.

nameLike
string

Filter by decision requirements definition names that the parameter is a substring of.

deploymentId
string

Filter by the id of the deployment a decision requirement definition belongs to.

key
string

Filter by decision requirements definition key, i.e., the id in the DMN 1.3 XML. Exact match.

keyLike
string

Filter by decision requirements definition keys that the parameter is a substring of.

category
string

Filter by decision requirements definition category. Exact match.

categoryLike
string

Filter by decision requirements definition categories that the parameter is a substring of.

version
integer

Filter by decision requirements definition version.

latestVersion
boolean

Only include those decision requirements definitions that are latest versions. Value may only be true, as false is the default behavior.

resourceName
string

Filter by the name of the decision requirements definition resource. Exact match.

resourceNameLike
string

Filter by names of those decision requirements definition resources that the parameter is a substring of.

tenantIdIn
string

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

withoutTenantId
boolean

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

includeDecisionRequirementsDefinitionsWithoutTenantId
boolean

Include decision requirements definitions which belong to no tenant. Can be used in combination with tenantIdIn. Value may only be true, as false is the default behavior.

Response

Request successful.

count
integer

The number of matching instances.