This web service initiates the custom report to retrieve usage data by user group. You can filter the Usage data further with the optional start date, end date and date modifier arguments. Use the following date format: YYYY-MM-DD (for example, 2007-10-16).
Inputs
CustomerId - This refers to the sname provided by Skillsoft. String identifies the customer of OLSA environment.
Group - Group title string. If this starts with a “/” (forward slash), it is assumed to be a user group path. Otherwise, it is interpreted as a group title.
startDate - optional
endDate - optional
Date modifier - One of the following, ignored if start and end dates are both omitted:
any - any access date, this is the default
first - first access date only
most - most recent access date only
completion - completion date only
listBy - one of the following:
user - details by user
asset - details by asset
includeDeactivatedUsers - default is true
includeSubgroups - default is true
reportFormat - Format of the report to generate. Formats include: CSV16, CSV, and HTML.
Note: The reportFormat values are case sensitive and MUST be in upper case.
Outputs
A report ID handle. Use this value with the UTIL_PollForReport function to get the actual contents of the report.