MindGest / mindgest-backend

A nodejs + express implementation of a REST API (backend) for the MindGest application.
MIT License
0 stars 0 forks source link

Lista de todos os processos (admin) #29

Open cabralpinto opened 1 year ago

cabralpinto commented 1 year ago

Formato do output: [{therapists: [string, ...], patient: string, recordCode: string, nextAppointment: date, active: bool}, ...]

JotaCruz20 commented 1 year ago

http://localhost:8080/api/process/list

Image