GET /service/api/console/gsm/{gsmKey}/statistics/wsat
Retrieves WSAT statistics about a GSM console.
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
gsmKey |
The keycode of the GSM console to retrieve statistics for. |
string |
Required |
URI Sample(s)
GET
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/8359-B355-0748-4CB6-A038/statistics/wsat
|
Body Parameters
None.
Response Information
Resource Description
Statistics about the desired GSM console.
GetGSMStatisticsWSATResponseModelName | Description | Type | Additional Information |
---|---|---|---|
TotalPhishingCampaigns |
Number of phishing campaigns in this GSM console. |
integer |
None. |
TotalTrainingCampaigns |
Number of training campaigns in this GSM console. |
integer |
None. |
Sample Response
{ "TotalPhishingCampaigns": 48, "TotalTrainingCampaigns": 36 }
<GetGSMStatisticsWSATResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webroot.UnityAPI.ServiceExtension.Console.Models"> <TotalPhishingCampaigns>48</TotalPhishingCampaigns> <TotalTrainingCampaigns>36</TotalTrainingCampaigns> </GetGSMStatisticsWSATResponseModel>