Table of Contents | ||||
---|---|---|---|---|
|
Apiary
Private. Get Medication Dispenses
Purpose
This method is designed to get all Medication Dispense for NHS_ADMIN. In the response of these endpoint person_id is return in hashed form.
WS logic
Verify the validity of access token
Return 401 in case validation fails
Check user scopes in order to perform this action (scope = 'medication_dispense_admin:read')
Return 403 in case invalid scope(s)
Query data
Get all records from medication_dispenses filtered by:
only active records: is_active = true