Returns information on activity seen for Webroot Security Awareness Training (WSAT) phishing campaigns associated to a given site.

GET {{baseUrl}}/api/console/gsm/:gsmKey/sites/:siteId/wsat/campaigns/phishing/activity?startDate=2022-10-30T10:36:05.1379758Z&endDate=2022-11-29T10:36:05.1379758Z

NOTE: The startDate cannot be earlier than one year ago, and the timespan between startDate and endDate must not exceed 90 days.

Request Params

KeyDatatypeRequiredDescription
startDatestringIf specified, returns activity information starting from the given date. If omitted, defaults to 'now' minus 30 days.
endDatestringIf specified, returns activity information ending at the given date. If omitted, defaults to 'now'.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"CampaignType":"Phishing","StartDate":"2022-08-29T10:36:05.1379758Z","EndDate":"2022-09-29T10:36:05.1379758Z","Campaigns":[{"SiteId":"72f57139-eb07-42df-b169-460c702b6b49","SiteName":"The WSAT Site","CampaignName":"Campaign Name 1","LaunchDate":"2022-09-27T10:36:05.1379758Z","TotalUsers":2,"TotalClicked":2,"TargetUsers":[{"Email":"email1@domain.com","Clicked":true},{"Email":"email2@domain.com","Clicked":true}]},{"SiteId":"72f57139-eb07-42df-b169-460c702b6b49","SiteName":"The WSAT Site","CampaignName":"Campaign Name 2","LaunchDate":"2022-09-25T10:36:05.1379758Z","TotalUsers":2,"TotalClicked":2,"TargetUsers":[{"Email":"email2@domain.com","Clicked":true},{"Email":"email4@domain.com","Clicked":true}]}]}