GET /service/api/ecom/shop/products/{keycode}/childlicenses
Gets all child licenses of a parent license, but without billing information which is maintained by the parent license.
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
keycode |
The product keycode. |
string |
Required |
URI Sample(s)
GET
|
https://unityapi.webrootcloudav.com/service/api/ecom/shop/products/38D4EDA43AF641BA8B74/childlicenses
|
Body Parameters
None.
Response Information
Resource Description
All child licenses which represent a set of subscriptions to particular products.
GetProductChildLicensesResponseServiceModelName | Description | Type | Additional Information |
---|---|---|---|
ChildLicenses |
Child Licenses associated to the product. |
Collection of GetProductChildLicensesResponseServiceModel_Element |
None. |
Sample Response
{ "ChildLicenses": [ { "LicenseId": 150974789, "Keycode": "8E2434386A5B47AEBDBA", "ParentKeycode": "1266A0613BC0432CB0E7", "SiteName": "My site 1", "ChildLicenseProfile": { "SAEP": { "LicenseCategoryName": "SAEP", "LicenseCategoryDescription": "Webroot Endpoint Protection", "LicenseKeycodeTypeId": 3, "StartDate": "2023-03-16T19:06:25", "ExpirationDate": "2027-01-24T17:42:40", "CategoryTypeName": "full", "ItemHierarchyId": 1, "ItemHierarchyName": "primary", "LicenseStatusId": 3, "LicenseStatusDescription": "manually disabled" }, "SDNS": { "LicenseCategoryName": "SDNS", "LicenseCategoryDescription": "Webroot DNS Protection", "LicenseKeycodeTypeId": 3, "StartDate": "2023-04-11T05:44:52", "ExpirationDate": "2027-06-11T01:18:54", "CategoryTypeName": "full", "ItemHierarchyId": 2, "ItemHierarchyName": "secondary", "LicenseStatusId": 1, "LicenseStatusDescription": "active" }, "SECA": { "LicenseCategoryName": "SECA", "LicenseCategoryDescription": "Webroot Security Awareness", "LicenseKeycodeTypeId": 3, "StartDate": "2023-10-16T06:13:53", "ExpirationDate": "2026-04-24T08:36:53", "CategoryTypeName": "trial", "ItemHierarchyId": 2, "ItemHierarchyName": "secondary", "LicenseStatusId": 3, "LicenseStatusDescription": "manually disabled" } } }, { "LicenseId": 141648078, "Keycode": "C8BA2BDFFDF942ADB12F", "ParentKeycode": "1266A0613BC0432CB0E7", "SiteName": "My site 2", "ChildLicenseProfile": { "SAEP": { "LicenseCategoryName": "SAEP", "LicenseCategoryDescription": "Webroot Endpoint Protection", "LicenseKeycodeTypeId": 3, "StartDate": "2024-08-29T09:11:10", "ExpirationDate": "2026-12-18T23:11:26", "CategoryTypeName": "trial", "ItemHierarchyId": 1, "ItemHierarchyName": "primary", "LicenseStatusId": 3, "LicenseStatusDescription": "manually disabled" }, "SDNS": { "LicenseCategoryName": "SDNS", "LicenseCategoryDescription": "Webroot DNS Protection", "LicenseKeycodeTypeId": 3, "StartDate": "2023-04-28T19:24:19", "ExpirationDate": "2026-07-05T11:42:51", "CategoryTypeName": "trial", "ItemHierarchyId": 2, "ItemHierarchyName": "secondary", "LicenseStatusId": 0, "LicenseStatusDescription": "inactive" }, "SECA": { "LicenseCategoryName": "SECA", "LicenseCategoryDescription": "Webroot Security Awareness", "LicenseKeycodeTypeId": 3, "StartDate": "2023-07-29T23:15:18", "ExpirationDate": "2025-10-05T10:28:47", "CategoryTypeName": "full", "ItemHierarchyId": 2, "ItemHierarchyName": "secondary", "LicenseStatusId": 2, "LicenseStatusDescription": "disabled" } } } ] }
<GetProductChildLicensesResponseServiceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webroot.UnityAPI.ServiceExtension.ECom.Models"> <ChildLicenses> <GetProductChildLicensesResponseServiceModel_Element> <ChildLicenseProfile xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK> <d4p1:Key>SAEP</d4p1:Key> <d4p1:Value> <CategoryTypeName>full</CategoryTypeName> <ExpirationDate>2027-01-24T17:42:40</ExpirationDate> <ItemHierarchyId>1</ItemHierarchyId> <ItemHierarchyName>primary</ItemHierarchyName> <LicenseCategoryDescription>Webroot Endpoint Protection</LicenseCategoryDescription> <LicenseCategoryName>SAEP</LicenseCategoryName> <LicenseKeycodeTypeId>3</LicenseKeycodeTypeId> <LicenseStatusDescription>manually disabled</LicenseStatusDescription> <LicenseStatusId>3</LicenseStatusId> <StartDate>2023-03-16T19:06:25</StartDate> </d4p1:Value> </d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK> <d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK> <d4p1:Key>SDNS</d4p1:Key> <d4p1:Value> <CategoryTypeName>full</CategoryTypeName> <ExpirationDate>2027-06-11T01:18:54</ExpirationDate> <ItemHierarchyId>2</ItemHierarchyId> <ItemHierarchyName>secondary</ItemHierarchyName> <LicenseCategoryDescription>Webroot DNS Protection</LicenseCategoryDescription> <LicenseCategoryName>SDNS</LicenseCategoryName> <LicenseKeycodeTypeId>3</LicenseKeycodeTypeId> <LicenseStatusDescription>active</LicenseStatusDescription> <LicenseStatusId>1</LicenseStatusId> <StartDate>2023-04-11T05:44:52</StartDate> </d4p1:Value> </d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK> <d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK> <d4p1:Key>SECA</d4p1:Key> <d4p1:Value> <CategoryTypeName>trial</CategoryTypeName> <ExpirationDate>2026-04-24T08:36:53</ExpirationDate> <ItemHierarchyId>2</ItemHierarchyId> <ItemHierarchyName>secondary</ItemHierarchyName> <LicenseCategoryDescription>Webroot Security Awareness</LicenseCategoryDescription> <LicenseCategoryName>SECA</LicenseCategoryName> <LicenseKeycodeTypeId>3</LicenseKeycodeTypeId> <LicenseStatusDescription>manually disabled</LicenseStatusDescription> <LicenseStatusId>3</LicenseStatusId> <StartDate>2023-10-16T06:13:53</StartDate> </d4p1:Value> </d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK> </ChildLicenseProfile> <Keycode>8E2434386A5B47AEBDBA</Keycode> <LicenseId>150974789</LicenseId> <ParentKeycode>1266A0613BC0432CB0E7</ParentKeycode> <SiteName>My site 1</SiteName> </GetProductChildLicensesResponseServiceModel_Element> <GetProductChildLicensesResponseServiceModel_Element> <ChildLicenseProfile xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK> <d4p1:Key>SAEP</d4p1:Key> <d4p1:Value> <CategoryTypeName>trial</CategoryTypeName> <ExpirationDate>2026-12-18T23:11:26</ExpirationDate> <ItemHierarchyId>1</ItemHierarchyId> <ItemHierarchyName>primary</ItemHierarchyName> <LicenseCategoryDescription>Webroot Endpoint Protection</LicenseCategoryDescription> <LicenseCategoryName>SAEP</LicenseCategoryName> <LicenseKeycodeTypeId>3</LicenseKeycodeTypeId> <LicenseStatusDescription>manually disabled</LicenseStatusDescription> <LicenseStatusId>3</LicenseStatusId> <StartDate>2024-08-29T09:11:10</StartDate> </d4p1:Value> </d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK> <d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK> <d4p1:Key>SDNS</d4p1:Key> <d4p1:Value> <CategoryTypeName>trial</CategoryTypeName> <ExpirationDate>2026-07-05T11:42:51</ExpirationDate> <ItemHierarchyId>2</ItemHierarchyId> <ItemHierarchyName>secondary</ItemHierarchyName> <LicenseCategoryDescription>Webroot DNS Protection</LicenseCategoryDescription> <LicenseCategoryName>SDNS</LicenseCategoryName> <LicenseKeycodeTypeId>3</LicenseKeycodeTypeId> <LicenseStatusDescription>inactive</LicenseStatusDescription> <LicenseStatusId>0</LicenseStatusId> <StartDate>2023-04-28T19:24:19</StartDate> </d4p1:Value> </d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK> <d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK> <d4p1:Key>SECA</d4p1:Key> <d4p1:Value> <CategoryTypeName>full</CategoryTypeName> <ExpirationDate>2025-10-05T10:28:47</ExpirationDate> <ItemHierarchyId>2</ItemHierarchyId> <ItemHierarchyName>secondary</ItemHierarchyName> <LicenseCategoryDescription>Webroot Security Awareness</LicenseCategoryDescription> <LicenseCategoryName>SECA</LicenseCategoryName> <LicenseKeycodeTypeId>3</LicenseKeycodeTypeId> <LicenseStatusDescription>disabled</LicenseStatusDescription> <LicenseStatusId>2</LicenseStatusId> <StartDate>2023-07-29T23:15:18</StartDate> </d4p1:Value> </d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK> </ChildLicenseProfile> <Keycode>C8BA2BDFFDF942ADB12F</Keycode> <LicenseId>141648078</LicenseId> <ParentKeycode>1266A0613BC0432CB0E7</ParentKeycode> <SiteName>My site 2</SiteName> </GetProductChildLicensesResponseServiceModel_Element> </ChildLicenses> </GetProductChildLicensesResponseServiceModel>