Parameters
Name | Corresponding UI option | Type | Description |
projectIds | Projects | string | List of project IDs for which the report should be generated. Use GetProjects method to get information about all the projects on the Application Server. The default value is null, which means that data for all projects will be included in the report. |
tenantIds | Tenants | string | Specifies the tenants for which license consumption data should be collected. Possible values are:
The default value is null. |
dateFrom | Interval | datetime | Date and time of the beginning of the time interval for which the report should be generated. The default value is calculated using the following formula: “date and time at the moment of the report generation minus one day”. |
dateTo | Tenants | datetime | Date and time of the end of the time interval for which the report should be generated. The default value is the date and time at the moment of the report generation. |
batchTypeIds | Batch types | string | List of batch type IDs for which the report should be generated. Use the GetBatchTypes method to get information about all batch types in a project. The default value is null, which means that data for all batch types will be included in the report. |
aggregateByBatchTypes | boolean | Specifies whether the aggregate report should be generated. Possible values are:
The default value is false. | |
groupByType | Time period | int | The time period by which the data will be grouped in the report. Possible values are:
The default value is 1. |
