GET api/pro/clinics/{clinicId}/clients
Gets all Clients for a specific clinic
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 ClientResponse for the specified clinic id
Collection of ClientResponseName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
ClinicId | string |
None. |
|
PersonInfo | PersonInfoDto |
None. |
|
ContactInfo | ContactInfoDto |
None. |
|
Archived | boolean |
None. |
|
EntityActivity | EntityActivityDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.