Table of Contents |
---|
...
Link | Посилання на Apiary або Swagger | |
Resource | /api/device_requests/{{device_request_id}}/actions/qualify | Посилання на ресурс, наприклад: /api/persons/create |
Scope | device_request:read | Scope для доступу |
Components | Devices | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription |
Microservices | Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC | |
Protocol type | REST | Тип протоколу, який використовується запитом, наприклад: SOAP | REST |
Request type | POST | Тип запиту API, наприклад: GET, POST, PATCH… |
Sync/Async | Sync | Метод є синхронним чи асинхронним? |
Public/Private/Internal | Public | Потрібно зазначити тип методу за ступенем доступності |
Input parameters
Input parameter | Values | Type | Description | Example |
---|---|---|---|---|
device_request_id | String |
|
|
Request structure
See on Apiary
Expand |
---|
...
| |||
|
Authorization
Verify the validity of access token
in case of error - return 401 (“Invalid access token”) in case of validation fails
Verify that token is not expired
in case of error - return 401 (“Invalid access token”)
Check user and client scopes in order to perform this action (scope = 'device_request:read')
return 403 (“Your scope does not allow to access this resource. Missing allowances: device_request:read”) in case of invalid scope(s)
...
Response structure
See on Apiary
Expand |
---|
...
| |||
|
...
Expand | |||
---|---|---|---|
| |||
|
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
200 |
|
|
422 |
|
|