Endpoint Definition
/v1/clients/summary
This endpoint will return all the system users and display in a table. use this when you want to verify a user id and use that to return a json object of the user
/v1/clients/{client_id}
to return a json object of a specified client, this route will require that you provide the id of the client. it will return the client's demographic information.
/clients/hiv-screening/{client_id}
return the most recent hiv screening information of a client. This route will require that you provide the id of the client. It will return the most recent screening information of the client.
Illustrations
...

illustration goes here

Add youtube link here →