curl -X GET "https://api.clinicavitalis.com/work_schedules/1" \ -H "Authorization: Bearer YOUR_JWT_TOKEN"
{ "workSchedule": { "id": 1, "professionalID": 5, "dayOfWeek": 1, "startTime": "09:00", "endTime": "17:30" } }
Retrieve a specific work schedule by its ID
Show properties
0
1
2
3
4
5
6