Purpose
This WS is designed to return rule engine rule details.
...
Page Properties |
---|
|
Link | https://ehealthmedicaleventsapi.docs.apiary.io/#reference/rule-engine-rules/get-rule-engine-rule-details/get-rule-engine-rule-details | Посилання на Apiary або Swagger | Resource | /api/rule_engine_rules/{{id}}Посилання на ресурс, наприклад: /api/persons/create | Scope | Scope для доступуrule_engine_rule:read | Components | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription | | Microservices | Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC | | Protocol type | REST | Тип протоколу, який використовується запитом, наприклад: SOAP | REST | Request type | GET | Тип запиту API, наприклад: GET, POST, PATCH… | Sync/Async | Метод є синхронним чи асинхронним? | | Public/Private/Internal | Потрібно зазначити тип методу за ступенем доступності | |
|
Logic
Get data from rule_engine_rules collection (Mongo DB):
rule_engine_rule by id
Render a response according to specification.
...