Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Filter by decision requirements definition id.
Filter by decision requirements definition ids.
Filter by decision requirements definition name.
Filter by decision requirements definition names that the parameter is a substring of.
Filter by the id of the deployment a decision requirement definition belongs to.
Filter by decision requirements definition key, i.e., the id in the DMN 1.3 XML. Exact match.
Filter by decision requirements definition keys that the parameter is a substring of.
Filter by decision requirements definition category. Exact match.
Filter by decision requirements definition categories that the parameter is a substring of.
Filter by decision requirements definition version.
Only include those decision requirements definitions that are latest versions. Value may
only be true, as false is the default behavior.
Filter by the name of the decision requirements definition resource. Exact match.
Filter by names of those decision requirements definition resources that the parameter is a substring of.
Filter by a comma-separated list of tenant ids. A decision requirements definition must have one of the given tenant ids.
Only include decision requirements definitions which belong to no tenant. Value may only
be true, as false is the default behavior.
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.
Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter.
id, key, name, version, deploymentId, category, tenantId 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.
Response
Request successful.
The id of the decision requirements definition
The key of the decision requirements definition, i.e., the id of the DMN 1.0 XML decision definition.
The name of the decision requirements definition.
The category of the decision requirements definition.
The version of the decision requirements definition that the engine assigned to it.
The file name of the decision requirements definition.
The deployment id of the decision requirements definition.
The tenant id of the decisionrequirements definition.