Deprecated
Announced Jun 1, 2020: APIs under the ECom.Licenses scope are scheduled for End of Life effective December 1, 2020. At that time this API will no longer be available. Please see ECom.Shop (e.g. Get Child Licenses) for the next generation Ecommerce API functionality.
GET /service/api/ecom/licenses/{keycode}/childLicenses
Gets all child licenses by a given parent keycode.
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
keycode |
The keycode of the parent license. |
string |
Required |
URI Sample(s)
GET
|
https://unityapi.webrootcloudav.com/service/api/ecom/licenses/375665DC5D3D427792CE/childLicenses
|
Body Parameters
None.
Response Information
Resource Description
A list of the child licenses.
GetChildLicensesResponseServiceModelName | Description | Type | Additional Information |
---|---|---|---|
ChildLicenses |
The ChildLicenses item list. |
Collection of GetChildLicensesResponseServiceModel_Item |
None. |
Sample Response
{ "ChildLicenses": [ { "LicenseId": 121567669, "Keycode": "0F52EEB3BAC242A8869A", "TotalDevices": 10, "Devices": 6, "DeactivatedDevices": 4, "EffectiveDate": "2024-11-17T18:56:32.8071683Z", "CompanyName": "Incorporated Inc.", "IsTrial": false, "Modules": [ { "Seats": 50, "Name": "DNS Protection", "Code": "DNS", "LicenseType": "full", "StartDate": "2024-11-17T18:56:32.8071683Z", "ExpirationDate": "2025-11-17T18:56:32.8071683Z" }, { "Seats": 50, "Name": "Webroot Security Awareness Training", "Code": "WSAT", "LicenseType": "full", "StartDate": "2024-11-17T18:56:32.8071683Z", "ExpirationDate": "2025-11-17T18:56:32.8071683Z" } ] }, { "LicenseId": 111174103, "Keycode": "B9A8F1A77379466FB88B", "TotalDevices": 10, "Devices": 1, "DeactivatedDevices": 9, "EffectiveDate": "2024-11-17T18:56:32.8071683Z", "CompanyName": "Incorporated Inc.", "IsTrial": false, "Modules": [ { "Seats": 50, "Name": "DNS Protection", "Code": "DNS", "LicenseType": "full", "StartDate": "2024-11-17T18:56:32.8071683Z", "ExpirationDate": "2025-11-17T18:56:32.8071683Z" }, { "Seats": 50, "Name": "Webroot Security Awareness Training", "Code": "WSAT", "LicenseType": "full", "StartDate": "2024-11-17T18:56:32.8071683Z", "ExpirationDate": "2025-11-17T18:56:32.8071683Z" } ] } ] }
<GetChildLicensesResponseServiceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webroot.UnityAPI.ServiceExtension.ECom.Models"> <ChildLicenses> <GetChildLicensesResponseServiceModel_Item> <CompanyName>Incorporated Inc.</CompanyName> <DeactivatedDevices>4</DeactivatedDevices> <Devices>6</Devices> <EffectiveDate>2024-11-17T18:56:32.8071683Z</EffectiveDate> <IsTrial>false</IsTrial> <Keycode>0F52EEB3BAC242A8869A</Keycode> <LicenseId>121567669</LicenseId> <Modules> <GetChildLicensesResponseServiceModel_Module> <Code>DNS</Code> <ExpirationDate>2025-11-17T18:56:32.8071683Z</ExpirationDate> <LicenseType>full</LicenseType> <Name>DNS Protection</Name> <Seats>50</Seats> <StartDate>2024-11-17T18:56:32.8071683Z</StartDate> </GetChildLicensesResponseServiceModel_Module> <GetChildLicensesResponseServiceModel_Module> <Code>WSAT</Code> <ExpirationDate>2025-11-17T18:56:32.8071683Z</ExpirationDate> <LicenseType>full</LicenseType> <Name>Webroot Security Awareness Training</Name> <Seats>50</Seats> <StartDate>2024-11-17T18:56:32.8071683Z</StartDate> </GetChildLicensesResponseServiceModel_Module> </Modules> <TotalDevices>10</TotalDevices> </GetChildLicensesResponseServiceModel_Item> <GetChildLicensesResponseServiceModel_Item> <CompanyName>Incorporated Inc.</CompanyName> <DeactivatedDevices>9</DeactivatedDevices> <Devices>1</Devices> <EffectiveDate>2024-11-17T18:56:32.8071683Z</EffectiveDate> <IsTrial>false</IsTrial> <Keycode>B9A8F1A77379466FB88B</Keycode> <LicenseId>111174103</LicenseId> <Modules> <GetChildLicensesResponseServiceModel_Module> <Code>DNS</Code> <ExpirationDate>2025-11-17T18:56:32.8071683Z</ExpirationDate> <LicenseType>full</LicenseType> <Name>DNS Protection</Name> <Seats>50</Seats> <StartDate>2024-11-17T18:56:32.8071683Z</StartDate> </GetChildLicensesResponseServiceModel_Module> <GetChildLicensesResponseServiceModel_Module> <Code>WSAT</Code> <ExpirationDate>2025-11-17T18:56:32.8071683Z</ExpirationDate> <LicenseType>full</LicenseType> <Name>Webroot Security Awareness Training</Name> <Seats>50</Seats> <StartDate>2024-11-17T18:56:32.8071683Z</StartDate> </GetChildLicensesResponseServiceModel_Module> </Modules> <TotalDevices>10</TotalDevices> </GetChildLicensesResponseServiceModel_Item> </ChildLicenses> </GetChildLicensesResponseServiceModel>