Purpose
Use this method to return Legal Entity details by ID
...
Page Properties |
---|
|
Link | https://ehealthmisapi1.docs.apiary.io/#reference/public.-medical-service-provider-integration-layer/legal-entities/get-legal-entity-by-id-v2 | Посилання на Apiary або Swagger | Resource | /api/v2/legal_entities/{{id}} | Посилання на ресурс, наприклад: /api/persons/create | Scope | legal_entity:read | Scope для доступу | Components | Legal Entities | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription | Microservices | API paragraph not found | Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC | Protocol type | REST | Тип протоколу, який використовується запитом, наприклад: SOAP | REST | Request type | GET | Тип запиту API, наприклад: GET, POST, PATCH… | Sync/Async | Sync | Метод є синхронним чи асинхронним? | Public/Private/Internal | Public | Потрібно зазначити тип методу за ступенем доступності |
|
Logic
Verify the validity of access token
Check user scopes in order to perform this action
Return in response:
legal entity details from legal_entity table and from edr_data table
licenses from licenses table
services from capitation_contract table
addresses from legal_entity table
phones from legal_entity table
emails from legal_entity table
founders from legal_entity table
If not found, returned 404 error
...
API paragraph not found
Наприклад:
Content-Type:application/json
Authorization:Bearer c2778f3064753ea70de870a53795f5c9
...