Table of Contents | ||||
---|---|---|---|---|
|
...
Page Properties | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Logic
...
Input parameters
Input parameter | Values | Type | Description | Example |
---|---|---|---|---|
patient_id | String | Patient identifier |
| |
episode_id | String | Episode identifier |
| |
condition_id | String | Condition identifier |
|
Request structure
API paragraph not foundSee on Apiary
Authorize
Request to process the request using a token in the headers
...
Check user scopes in order to perform this action (scope = 'condition:read')
Return 403 in case invalid scope(s)
Headers
Наприклад:
Content-Type:application/json
Authorization:Bearer Bearer {{access_token}}
API-key:{{secret}}
...