UsageReport (category)
About reports
Reports are JSON structured data which are returned as a response to a request call. All usage reports provide usage information for selected companies across selected products or categories.
Example usage report structure
Available response parameters
Each report contains certain parameters and values. See the table below for the list of all available parameters.
Parameter |
Description |
---|---|
code |
The product codes are numeric identifiers for ESET products. The list of codes is available using the AvailableProducts call. |
name |
Name of the ESET product. |
licenseType |
Type 1 is a full license; type 4 is a trial license. |
seatDays |
seatDays is the integer value for the total number of days a product was used on all devices. |
companyId |
companyId is a unique identifier of a company. To get the companyId of the logged in user, use /api/User/Current call. |
companyName |
Name of the company. It cannot be edited. |
totalUsage |
Sum of all seatDay values. |
totalCount |
The number of API data segments, useful for paging. |
usagePerDays |
List of usage values for the selected days. The sum of these values is equal to the seatDays value. |