...
Obtain data from EventDB
Get list
GET https://dev.ehealth.world/api/eventsApiary
Input parameters (optional)
...
Check user scopes in order to perform this action (scope = 'event:read')
return 403 in case invalid scope(s)
Get by ID
...
...
GET https://dev.ehealth.world/api/eventsApiary
...
Check user scopes in order to perform this action (scope = 'event:read')
return 403 in case invalid scope(s)
...