All URIs are relative to http://localhost:9777
Method | HTTP request | Description |
---|---|---|
create2 | POST /api/v1/appointment | |
delete3 | DELETE /api/v1/appointment/{id} | |
showAll3 | GET /api/v1/appointments | |
showAllByDoctorId1 | GET /api/v1/appointments/doctor/{id} | |
showAllByPatientId1 | GET /api/v1/appointments/patient/{id} | |
showById3 | GET /api/v1/appointment/{id} | |
update3 | PATCH /api/v1/appointment |
Object create2(AppointmentDTO)
Name | Type | Description | Notes |
---|---|---|---|
AppointmentDTO | AppointmentDTO |
Object
No authorization required
- Content-Type: application/json
- Accept: /
Object delete3(id)
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | [default to null] |
Object
No authorization required
- Content-Type: Not defined
- Accept: /
Object showAll3()
This endpoint does not need any parameter.
Object
No authorization required
- Content-Type: Not defined
- Accept: /
Object showAllByDoctorId1(id)
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | [default to null] |
Object
No authorization required
- Content-Type: Not defined
- Accept: /
Object showAllByPatientId1(id)
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | [default to null] |
Object
No authorization required
- Content-Type: Not defined
- Accept: /
Object showById3(id)
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | [default to null] |
Object
No authorization required
- Content-Type: Not defined
- Accept: /
Object update3(AppointmentDTO)
Name | Type | Description | Notes |
---|---|---|---|
AppointmentDTO | AppointmentDTO |
Object
No authorization required
- Content-Type: application/json
- Accept: /