GET api/pro/clinics/{clinicId}/client-appointments
Gets all client appointments for a specific clinic id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clinicId |
The id of the clinic |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Return the client appointment responses for the specified clinic id
Collection of ClientAppointmentResponseName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
EntityActivity | EntityActivityDto |
None. |
|
Name | string |
None. |
|
StartDate | date |
None. |
|
ClinicId | string |
None. |
|
ClientId | string |
None. |
|
Archived | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.