GET api/v1/appointments/searchappointment?appointmentId={appointmentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appointmentId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseModelOfAppointment| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Appointment |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.