GET
api/v1/GetPatientAppointmentDetails/{timeoffset}/{pageNumber}/{pageSize}/{sortColumn}/{sortOrder}/{appointmentId}
Fetch all the patient appointment details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| timeoffset |
Timeoffset details |
string |
Required |
| pageNumber |
No of page to be displayed |
integer |
Required |
| pageSize |
No of the page |
integer |
Required |
| sortColumn |
Column name for sorting |
string |
Required |
| sortOrder |
Order for sorting |
string |
Required |
| appointmentId |
Patient's AppointmentId |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.