GET api/pro/clinics/{clinicId}/product-addon-licenses/{productAddonLicenseId}
Gets the specified product add-on license for a clinic.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clinicId |
The id of the clinic. |
string |
Required |
| productAddonLicenseId |
The id of the product add-on license. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The specified product add-on license for a clinic.
ProductAddonLicenseResponse| Name | 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:
{
"Id": "sample string 1",
"ClinicId": "sample string 2",
"ProductLicenseId": "sample string 3",
"ProductAddon": {
"Name": "sample string 1",
"Id": "sample string 2"
},
"ExpirationDateInfo": {
"ExpirationDate": "2025-12-16T12:36:58.2597155+00:00",
"KillDate": "2025-12-16T12:36:58.2597155+00:00",
"IsActive": true
},
"EntityActivity": {
"LastModifiedDate": "2025-12-16T12:36:58.2597155+00:00",
"CreatedDate": "2025-12-16T12:36:58.2597155+00:00",
"LastModifiedBy": "sample string 3",
"CreatedBy": "sample string 4"
}
}