GET api/pro/clinics/{clinicId}/product-addon-licenses
Gets all product add-on licenses for the specified 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
The product add-on licenses for the specified clinic.
Collection of ProductAddonLicenseResponseName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
ClinicId | string |
None. |
|
ProductLicenseId | string |
None. |
|
ProductAddon | NamedReferenceDto |
None. |
|
ExpirationDateInfo | ExpirationDateInfoDto |
None. |
|
EntityActivity | EntityActivityDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.