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

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

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":"Training","StartDate":"2022-08-29T10:36:05.2004743Z","EndDate":"2022-09-29T10:36:05.2004743Z","Campaigns":[{"SiteId":"f5b1c43b-e946-426e-9a7f-35bd75c9b60a","SiteName":"The WSAT Site","CampaignName":"Campaign Name 1","LaunchDate":"2022-09-27T10:36:05.2004743Z","TotalUsers":2,"TotalComplete":2,"TargetUsers":[{"Email":"email1@domain.com","Complete":true},{"Email":"email2@domain.com","Complete":true}]},{"SiteId":"f5b1c43b-e946-426e-9a7f-35bd75c9b60a","SiteName":"The WSAT Site","CampaignName":"Campaign Name 2","LaunchDate":"2022-09-25T10:36:05.2004743Z","TotalUsers":2,"TotalComplete":2,"TargetUsers":[{"Email":"email2@domain.com","Complete":true},{"Email":"email4@domain.com","Complete":true}]}]}