GET api/pro/clinics/{clinicId}/product-licenses
Gets all ProductLicenses
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 ProductLicenseResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| ClinicId | string |
None. |
|
| EntityActivity | EntityActivityDto |
None. |
|
| ExpirationDateInfo | ExpirationDateInfoDto |
None. |
|
| DeviceInfo | DeviceInfoDto |
None. |
|
| Product | NamedReferenceDto |
None. |
|
| ClaimedDate | date |
None. |
|
| ClaimLastValidated | date |
None. |
|
| IsClaimed | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.