GET api/pro/owners/{id}/clinics
Gets all zyto pro clinics for the specified owner.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The owner (EMS) id of the clinic. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a list of all zyto pro clinics for the specified owner.
Collection of ClinicResponseName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Name | string |
None. |
|
Owner | string |
None. |
|
Admin | string |
None. |
|
OwnerContactInfo | OwnerContactInfoDto |
None. |
|
PrimaryLibrary | BlobMetadataDto |
None. |
|
EntityActivity | EntityActivityDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.