GET /service/api/console/gsm/{gsmKey}/sites
Gets the list of sites associated with a given GSM console.
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
gsmKey |
The GSM console keycode. |
string |
Required |
URI Sample(s)
GET
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/F935-0252-759D-472E-802B/sites
|
Body Parameters
None.
Response Information
Resource Description
Information about the list of sites associated with a given GSM console.
GetGSMSitesResponseModelName | Description | Type | Additional Information |
---|---|---|---|
TotalSeatsAllowed |
The total number of Parent Keycode Site Seats/devices purchased. |
integer |
None. |
ParentDescription |
Indicates if parent key is a "Full" or "Trial" license. |
string |
None. |
SumTotalDevices |
The total number of Active Devices installed on the GSM sites. |
integer |
None. |
SumTotalDevicesAllowed |
The total number of Site Seats allocated to all GSM sites. |
integer |
None. |
SumTotalDevicesNotTrial |
The total number of Site Seats allocated to all GSM sites which are not trial sites. |
integer |
None. |
SumTotalMobileDevicesAllowed |
The total number of mobile Site Seats allocated to the GSM sites. |
integer |
None. |
TotalCount |
The total number of sites under the GSM. |
integer |
None. |
Sites |
List of site details records. |
Collection of GetGSMSitesResponseModel_Site |
None. |
Sample Response
{ "TotalSeatsAllowed": 250, "ParentDescription": "Full", "SumTotalDevices": 57, "SumTotalDevicesAllowed": 200, "SumTotalDevicesNotTrial": 200, "SumTotalMobileDevicesAllowed": 50, "TotalCount": 2, "Sites": [ { "SiteId": "75d8ddc4-3936-4a61-8916-b18a9291720c", "SiteName": "Site 1", "SiteType": "R", "TotalEndpoints": 24, "PCsInfected24": 0, "AccountKeyCode": "4B6D-CDEF-ACA9-4CC1-8AFC", "DevicesAllowed": 100, "MobileSeats": 5, "Deactivated": false, "Suspended": false, "EndDate": "2025-11-30T17:46:58.6342862Z", "Device": true, "Infect": false, "BillingCycle": "Anually", "BillingDate": "Jan 01", "CompanyComments": "", "DeactivatedBy": null, "SuspendedBy": null, "CreatedBy": "test@webroot.com", "GlobalPolicies": true, "GlobalOverrides": true, "GlobalAlerts": true, "AllKeysExpired": false, "Description": "Full", "PolicyId": "3faaf927-cd11-43d0-b3ba-38c109724823", "PolicyName": "Test policy", "PolicyDescription": "Sample policy for testing", "Emails": null, "AccessLevel": 128, "Modules": [ { "Type": "DNSP", "LicenseType": "Trial", "EndDate": "2025-11-30T17:46:58.6342862Z" }, { "Type": "WSAT", "LicenseType": "Trial", "EndDate": "2025-11-30T17:46:58.6342862Z" }, { "Type": "OTEDR", "LicenseType": "Full", "EndDate": "2025-11-30T17:46:58.6342862Z" }, { "Type": "SAEP", "LicenseType": "Full", "EndDate": "2025-11-30T17:46:58.6342862Z" }, { "Type": "PLRCS", "LicenseType": "Full", "EndDate": "2025-11-30T17:46:58.6342862Z" } ] }, { "SiteId": "6157cb4b-a5c9-45a3-84e3-6539b4fe22a6", "SiteName": "Site 2", "SiteType": "R", "TotalEndpoints": 24, "PCsInfected24": 0, "AccountKeyCode": "AE3B-D153-449E-417A-A5F5", "DevicesAllowed": 100, "MobileSeats": 5, "Deactivated": false, "Suspended": false, "EndDate": "2026-05-30T17:46:58.6342862Z", "Device": true, "Infect": false, "BillingCycle": "Anually", "BillingDate": "Jan 01", "CompanyComments": "", "DeactivatedBy": null, "SuspendedBy": null, "CreatedBy": "test@webroot.com", "GlobalPolicies": true, "GlobalOverrides": true, "GlobalAlerts": true, "AllKeysExpired": false, "Description": "Full", "PolicyId": "c1f8b9f8-3d42-45ae-b9cb-d502a0c13017", "PolicyName": "Test policy", "PolicyDescription": "Sample policy for testing", "Emails": null, "AccessLevel": 128, "Modules": [ { "Type": "DNSP", "LicenseType": "Trial", "EndDate": "2026-05-30T17:46:58.6342862Z" }, { "Type": "WSAT", "LicenseType": "Trial", "EndDate": "2026-05-30T17:46:58.6342862Z" }, { "Type": "OTEDR", "LicenseType": "Full", "EndDate": "2026-05-30T17:46:58.6342862Z" }, { "Type": "SAEP", "LicenseType": "Full", "EndDate": "2026-05-30T17:46:58.6342862Z" }, { "Type": "PLRCS", "LicenseType": "Full", "EndDate": "2026-05-30T17:46:58.6342862Z" } ] } ] }
<GetGSMSitesResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webroot.UnityAPI.ServiceExtension.Console.Models"> <ParentDescription>Full</ParentDescription> <Sites> <GetGSMSitesResponseModel_Site> <AccessLevel>128</AccessLevel> <AccountKeyCode>4B6D-CDEF-ACA9-4CC1-8AFC</AccountKeyCode> <AllKeysExpired>false</AllKeysExpired> <BillingCycle>Anually</BillingCycle> <BillingDate>Jan 01</BillingDate> <CompanyComments></CompanyComments> <CreatedBy>test@webroot.com</CreatedBy> <Deactivated>false</Deactivated> <DeactivatedBy i:nil="true" /> <Description>Full</Description> <Device>true</Device> <DevicesAllowed>100</DevicesAllowed> <Emails i:nil="true" /> <EndDate>2025-11-30T17:46:58.6342862Z</EndDate> <GlobalAlerts>true</GlobalAlerts> <GlobalOverrides>true</GlobalOverrides> <GlobalPolicies>true</GlobalPolicies> <Infect>false</Infect> <MobileSeats>5</MobileSeats> <Modules> <GetGSMSitesResponseModel_Module> <EndDate>2025-11-30T17:46:58.6342862Z</EndDate> <LicenseType>Trial</LicenseType> <Type>DNSP</Type> </GetGSMSitesResponseModel_Module> <GetGSMSitesResponseModel_Module> <EndDate>2025-11-30T17:46:58.6342862Z</EndDate> <LicenseType>Trial</LicenseType> <Type>WSAT</Type> </GetGSMSitesResponseModel_Module> <GetGSMSitesResponseModel_Module> <EndDate>2025-11-30T17:46:58.6342862Z</EndDate> <LicenseType>Full</LicenseType> <Type>OTEDR</Type> </GetGSMSitesResponseModel_Module> <GetGSMSitesResponseModel_Module> <EndDate>2025-11-30T17:46:58.6342862Z</EndDate> <LicenseType>Full</LicenseType> <Type>SAEP</Type> </GetGSMSitesResponseModel_Module> <GetGSMSitesResponseModel_Module> <EndDate>2025-11-30T17:46:58.6342862Z</EndDate> <LicenseType>Full</LicenseType> <Type>PLRCS</Type> </GetGSMSitesResponseModel_Module> </Modules> <PCsInfected24>0</PCsInfected24> <PolicyDescription>Sample policy for testing</PolicyDescription> <PolicyId>3faaf927-cd11-43d0-b3ba-38c109724823</PolicyId> <PolicyName>Test policy</PolicyName> <SiteId>75d8ddc4-3936-4a61-8916-b18a9291720c</SiteId> <SiteName>Site 1</SiteName> <SiteType>R</SiteType> <Suspended>false</Suspended> <SuspendedBy i:nil="true" /> <TotalEndpoints>24</TotalEndpoints> </GetGSMSitesResponseModel_Site> <GetGSMSitesResponseModel_Site> <AccessLevel>128</AccessLevel> <AccountKeyCode>AE3B-D153-449E-417A-A5F5</AccountKeyCode> <AllKeysExpired>false</AllKeysExpired> <BillingCycle>Anually</BillingCycle> <BillingDate>Jan 01</BillingDate> <CompanyComments></CompanyComments> <CreatedBy>test@webroot.com</CreatedBy> <Deactivated>false</Deactivated> <DeactivatedBy i:nil="true" /> <Description>Full</Description> <Device>true</Device> <DevicesAllowed>100</DevicesAllowed> <Emails i:nil="true" /> <EndDate>2026-05-30T17:46:58.6342862Z</EndDate> <GlobalAlerts>true</GlobalAlerts> <GlobalOverrides>true</GlobalOverrides> <GlobalPolicies>true</GlobalPolicies> <Infect>false</Infect> <MobileSeats>5</MobileSeats> <Modules> <GetGSMSitesResponseModel_Module> <EndDate>2026-05-30T17:46:58.6342862Z</EndDate> <LicenseType>Trial</LicenseType> <Type>DNSP</Type> </GetGSMSitesResponseModel_Module> <GetGSMSitesResponseModel_Module> <EndDate>2026-05-30T17:46:58.6342862Z</EndDate> <LicenseType>Trial</LicenseType> <Type>WSAT</Type> </GetGSMSitesResponseModel_Module> <GetGSMSitesResponseModel_Module> <EndDate>2026-05-30T17:46:58.6342862Z</EndDate> <LicenseType>Full</LicenseType> <Type>OTEDR</Type> </GetGSMSitesResponseModel_Module> <GetGSMSitesResponseModel_Module> <EndDate>2026-05-30T17:46:58.6342862Z</EndDate> <LicenseType>Full</LicenseType> <Type>SAEP</Type> </GetGSMSitesResponseModel_Module> <GetGSMSitesResponseModel_Module> <EndDate>2026-05-30T17:46:58.6342862Z</EndDate> <LicenseType>Full</LicenseType> <Type>PLRCS</Type> </GetGSMSitesResponseModel_Module> </Modules> <PCsInfected24>0</PCsInfected24> <PolicyDescription>Sample policy for testing</PolicyDescription> <PolicyId>c1f8b9f8-3d42-45ae-b9cb-d502a0c13017</PolicyId> <PolicyName>Test policy</PolicyName> <SiteId>6157cb4b-a5c9-45a3-84e3-6539b4fe22a6</SiteId> <SiteName>Site 2</SiteName> <SiteType>R</SiteType> <Suspended>false</Suspended> <SuspendedBy i:nil="true" /> <TotalEndpoints>24</TotalEndpoints> </GetGSMSitesResponseModel_Site> </Sites> <SumTotalDevices>57</SumTotalDevices> <SumTotalDevicesAllowed>200</SumTotalDevicesAllowed> <SumTotalDevicesNotTrial>200</SumTotalDevicesNotTrial> <SumTotalMobileDevicesAllowed>50</SumTotalMobileDevicesAllowed> <TotalCount>2</TotalCount> <TotalSeatsAllowed>250</TotalSeatsAllowed> </GetGSMSitesResponseModel>