Table of Contents | ||||
---|---|---|---|---|
|
...
Check user scopes in order to perform this action (scope = 'observation:read')
Return 403 in case invalid scope(s)
Headers
Наприклад:
Content-Type:application/json
Authorization:Bearer {{access_token}}
API-key:{{secret}}
...
Access to the resource is also managed by
Validate patient
Validate patient exists in MongoDB
In case of error return 404 not found
...