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/D8CF4A55CAC049DF93ED/childlicenses
|
Body Parameters
None.
Response Information
Resource Description
All child licenses which represent a set of subscriptions to particular products.
GetProductChildLicensesResponseServiceModel| Name | Description | Type | Additional Information |
|---|---|---|---|
| ChildLicenses |
Child Licenses associated to the product. |
Collection of GetProductChildLicensesResponseServiceModel_Element |
None. |
Sample Response
{
"ChildLicenses": [
{
"LicenseId": 110695860,
"Keycode": "E2F2B9C429F94B21A4E9",
"ParentKeycode": "D6CCD05631E44BFBA56D",
"SiteName": "My site 1",
"ChildLicenseProfile": {
"SAEP": {
"LicenseCategoryName": "SAEP",
"LicenseCategoryDescription": "Webroot Endpoint Protection",
"LicenseKeycodeTypeId": 3,
"StartDate": "2024-01-10T22:12:21",
"ExpirationDate": "2027-04-13T04:38:44",
"CategoryTypeName": "full",
"ItemHierarchyId": 1,
"ItemHierarchyName": "primary",
"LicenseStatusId": 3,
"LicenseStatusDescription": "manually disabled"
},
"SDNS": {
"LicenseCategoryName": "SDNS",
"LicenseCategoryDescription": "Webroot DNS Protection",
"LicenseKeycodeTypeId": 3,
"StartDate": "2024-03-16T14:20:01",
"ExpirationDate": "2028-01-12T05:55:33",
"CategoryTypeName": "trial",
"ItemHierarchyId": 2,
"ItemHierarchyName": "secondary",
"LicenseStatusId": 3,
"LicenseStatusDescription": "manually disabled"
}
}
},
{
"LicenseId": 168533245,
"Keycode": "49689588F5264F4DBE97",
"ParentKeycode": "D6CCD05631E44BFBA56D",
"SiteName": "My site 2",
"ChildLicenseProfile": {
"SAEP": {
"LicenseCategoryName": "SAEP",
"LicenseCategoryDescription": "Webroot Endpoint Protection",
"LicenseKeycodeTypeId": 3,
"StartDate": "2024-12-14T10:53:42",
"ExpirationDate": "2026-10-24T23:11:36",
"CategoryTypeName": "full",
"ItemHierarchyId": 1,
"ItemHierarchyName": "primary",
"LicenseStatusId": 1,
"LicenseStatusDescription": "active"
},
"SDNS": {
"LicenseCategoryName": "SDNS",
"LicenseCategoryDescription": "Webroot DNS Protection",
"LicenseKeycodeTypeId": 3,
"StartDate": "2024-07-01T08:42:52",
"ExpirationDate": "2027-05-14T20:06:45",
"CategoryTypeName": "full",
"ItemHierarchyId": 2,
"ItemHierarchyName": "secondary",
"LicenseStatusId": 3,
"LicenseStatusDescription": "manually disabled"
},
"SECA": {
"LicenseCategoryName": "SECA",
"LicenseCategoryDescription": "Webroot Security Awareness",
"LicenseKeycodeTypeId": 3,
"StartDate": "2024-09-14T08:28:18",
"ExpirationDate": "2027-02-21T12:50:12",
"CategoryTypeName": "full",
"ItemHierarchyId": 2,
"ItemHierarchyName": "secondary",
"LicenseStatusId": 1,
"LicenseStatusDescription": "active"
}
}
}
]
}
<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-04-13T04:38:44</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-01-10T22:12:21</StartDate>
</d4p1:Value>
</d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
<d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
<d4p1:Key>SDNS</d4p1:Key>
<d4p1:Value>
<CategoryTypeName>trial</CategoryTypeName>
<ExpirationDate>2028-01-12T05:55:33</ExpirationDate>
<ItemHierarchyId>2</ItemHierarchyId>
<ItemHierarchyName>secondary</ItemHierarchyName>
<LicenseCategoryDescription>Webroot DNS Protection</LicenseCategoryDescription>
<LicenseCategoryName>SDNS</LicenseCategoryName>
<LicenseKeycodeTypeId>3</LicenseKeycodeTypeId>
<LicenseStatusDescription>manually disabled</LicenseStatusDescription>
<LicenseStatusId>3</LicenseStatusId>
<StartDate>2024-03-16T14:20:01</StartDate>
</d4p1:Value>
</d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
</ChildLicenseProfile>
<Keycode>E2F2B9C429F94B21A4E9</Keycode>
<LicenseId>110695860</LicenseId>
<ParentKeycode>D6CCD05631E44BFBA56D</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>full</CategoryTypeName>
<ExpirationDate>2026-10-24T23:11:36</ExpirationDate>
<ItemHierarchyId>1</ItemHierarchyId>
<ItemHierarchyName>primary</ItemHierarchyName>
<LicenseCategoryDescription>Webroot Endpoint Protection</LicenseCategoryDescription>
<LicenseCategoryName>SAEP</LicenseCategoryName>
<LicenseKeycodeTypeId>3</LicenseKeycodeTypeId>
<LicenseStatusDescription>active</LicenseStatusDescription>
<LicenseStatusId>1</LicenseStatusId>
<StartDate>2024-12-14T10:53:42</StartDate>
</d4p1:Value>
</d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
<d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
<d4p1:Key>SDNS</d4p1:Key>
<d4p1:Value>
<CategoryTypeName>full</CategoryTypeName>
<ExpirationDate>2027-05-14T20:06:45</ExpirationDate>
<ItemHierarchyId>2</ItemHierarchyId>
<ItemHierarchyName>secondary</ItemHierarchyName>
<LicenseCategoryDescription>Webroot DNS Protection</LicenseCategoryDescription>
<LicenseCategoryName>SDNS</LicenseCategoryName>
<LicenseKeycodeTypeId>3</LicenseKeycodeTypeId>
<LicenseStatusDescription>manually disabled</LicenseStatusDescription>
<LicenseStatusId>3</LicenseStatusId>
<StartDate>2024-07-01T08:42:52</StartDate>
</d4p1:Value>
</d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
<d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
<d4p1:Key>SECA</d4p1:Key>
<d4p1:Value>
<CategoryTypeName>full</CategoryTypeName>
<ExpirationDate>2027-02-21T12:50:12</ExpirationDate>
<ItemHierarchyId>2</ItemHierarchyId>
<ItemHierarchyName>secondary</ItemHierarchyName>
<LicenseCategoryDescription>Webroot Security Awareness</LicenseCategoryDescription>
<LicenseCategoryName>SECA</LicenseCategoryName>
<LicenseKeycodeTypeId>3</LicenseKeycodeTypeId>
<LicenseStatusDescription>active</LicenseStatusDescription>
<LicenseStatusId>1</LicenseStatusId>
<StartDate>2024-09-14T08:28:18</StartDate>
</d4p1:Value>
</d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
</ChildLicenseProfile>
<Keycode>49689588F5264F4DBE97</Keycode>
<LicenseId>168533245</LicenseId>
<ParentKeycode>D6CCD05631E44BFBA56D</ParentKeycode>
<SiteName>My site 2</SiteName>
</GetProductChildLicensesResponseServiceModel_Element>
</ChildLicenses>
</GetProductChildLicensesResponseServiceModel>