...
Page Properties |
---|
|
Link | https://ehealthmisapi1.docs.apiary.io/#reference/public.-medical-service-provider-integration-layer/persons/get-person-authentication-methods | Посилання на Apiary або Swagger | Resource | /api/persons/{{id}}/authentication_methods | Посилання на ресурс, наприклад: /api/persons/create | Scope | person:read | Scope для доступу | Components | Patient registry | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription | Microservices | mpi/api fe/admin-web | Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC | Protocol type | REST | Тип протоколу, який використовується запитом, наприклад: SOAP | REST | Request type | GET | Тип запиту API, наприклад: GET, POST, PATCH… | Sync/Async | Sync | Метод є синхронним чи асинхронним? | Public/Private/Internal | Public | Потрібно зазначити тип методу за ступенем доступності |
|
Logic
Service returns primary authentication method for person or for confident person if type of authentication method = 'THIRD_PERSON':
Get authentication method by person_id from person_authentication_methods where updated_at is the newest
Input parameters
Input parameter | Values | Type | Description | Example |
---|
id | | String | Required | 030d5c41-a945-41ac-89d1-b7c6d1c226c7 |
Dictionaries
...