decision-definitions
Operations addressed under /decision-definitions — 4 operations.
get-decision-definition-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<DecisionDefinitionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
DecisionId | string | no |
DecisionKey | long? | yes |
DecisionName | string | no |
LatestVersionNo | int | no |
DeploymentTime | DateTime | no |
XmlResource | string | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-decision-definition-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
decisionIddecisionKeydecisionNamedeploymentTimeidlatestVersionNoxmlResourceget-decision-definition-not-deployed-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<DecisionDefinitionNotDeployedDto>.
| Field | Declared type | Nullable |
|---|---|---|
DecisionDefinitionId | Guid | no |
DecisionId | string | no |
DecisionKey | long? | yes |
DecisionName | string | no |
Member names are the service's declaration names.
query Parameters
get-decision-definition-not-deployed-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
decisionDefinitionIddecisionIddecisionKeydecisionNameget-decision-definition-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as DecisionDefinitionByIdDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
DecisionId | string | no |
DecisionKey | long? | yes |
DecisionName | string | no |
XmlResource | string | no |
LatestVersionNo | int? | yes |
DeploymentTime | DateTime | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_39 | 400 | DECISION_DEFINITION_IS_NOT_FOUND | Decision definition is not found |
path Parameters
idget-decision-definition-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
decisionIddecisionKeydecisionNamedeploymentTimeidlatestVersionNoxmlResourceget-decision-definition-detail-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<DecisionDefinitionDetailDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
DecisionId | string | no |
DecisionKey | long? | yes |
DecisionName | string | no |
VersionNo | int | no |
DeploymentTime | DateTime | no |
XmlResource | string | no |
DecisionRequirementId | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_39 | 400 | DECISION_DEFINITION_IS_NOT_FOUND | Decision definition is not found |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-decision-definition-detail-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
decisionIddecisionKeydecisionNamedecisionRequirementsIddeploymentTimeidversionNoxmlResource