What it does
Gets the number of batches, documents, and pages whose state changed to “Processed” within a certain time period.Definition
Parameters
Name | Type | Description |
userId | int | User ID |
fromDate | long | The period start date. To convert values, use the following methods (C#): |
toDate | long | The period end date. To convert values, use the following methods (C#): |
Returned value
| Type | Description |
|---|---|
| UserStatistics[] | A set of records, each containing information about the number of batches, documents or pages whose state changed to “Processed” within the specified time period. |
