Decisions REST Endpoints
Decisions
All OpenAPI for decision runtime
- Get Application Details
- Method: getPath:
/decision/api/v1/applications/{appId}
- Get the OpenAPI Specification of a Decision Service
- Method: getPath:
/decision/api/v1/applications/{appId}/versions/{versionId}/decision-services/{serviceName}/openapi
- Get the Version of an Application
- Method: getPath:
/decision/api/v1/applications/{appId}/versions/{versionId}
- List Applications
- Method: getPath:
/decision/api/v1/applications
- List Decision Services of an Application Version
- Method: getPath:
/decision/api/v1/applications/{appId}/versions/{versionId}/decision-services
- List Versions of an Application
- Method: getPath:
/decision/api/v1/applications/{appId}/versions