GET api/pro/clinics/{clinicId}/clinic-libraries
Gets all Clinic Libraries
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 ProductLicenses for the specified clinic id
Collection of ClinicLibraryResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| ClinicId | string |
None. |
|
| Name | string |
None. |
|
| BlobMetadata | BlobMetadataDto |
None. |
|
| Archived | boolean |
None. |
|
| EntityActivity | EntityActivityDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.