GetUserStatistics
What it does
Gets the number of batches, documents, and pages whose state changed to "Processed" within a certain time period.
Definition
UserStatistics [] GetUserStatistics( int userId, long fromDate, long toDate );
Parameters
Name | Type | Description |
userId | int | User ID |
fromDate | long |
The period start date. To convert values, use the following methods (C#): DateTime dtTime; |
toDate | long |
The period end date. To convert values, use the following methods (C#): DateTime dtTime; |
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. |
12.04.2024 18:16:02