Central Agenda
| Verbo | Nome | Path |
|---|---|---|
| GET | Find all schedule or filter by provider id or by central resource id | /api/schedule/v1/ |
| GET | Find Schedule Booking Hour by Health Provider Id, Speciality Id, Schedule Date and Schedule Hour | /api/schedule/v1/booking-hour |
| GET | Find Schedule Booking Hour by Health Provider Id, Speciality Id, Interval of Schedule Date and Schedule Hour | /api/schedule/v1/booking-hour/cd_especialid/{specialityId} |
| GET | Find Central Agenda By Id | /api/schedule/v1/{id} |
| GET | Find Central Agenda Item By Central Agenda And Item | /api/schedule/v1/{id}/item/{itemId} |
Updated 3 days ago