Table of Contents |
---|
Purpose
This WS allows to get a list of licenses for a legal entity. Used by legal entity employees to receive full information about primary and additional licenses of legal entity.
...
Specification
Page Properties | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Version API paragraph not found 1.0 Date of release PROD Link Посилання на Apiary або Swagger Resource /api/licenses НаприкладПосилання на ресурс, наприклад: /api/persons/create Scope license:read Зазначається потрібний scopeScope для доступу Components ePrescription Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription Microservices API paragraph not found Перелік мікросервісів, які використовує метод API. Наприклад, наприклад: Auth, ABAC Protocol type REST Тип протоколу, який використовується запитом, наприклад: SOAP | REST Request type GET Тип HTTP методу, який використовується запитомзапиту API, наприклад: GET, POST | GET…, PATCH… Sync/Async Sync Метод є синхронним чи асинхронним? |
Logic
Extract client_id from token.
Filter active licenses:
for current legal entity from token (licenses.legal_entity_id=$.client_id).
by search params.
Render found licenses with all fields from DB.
...