GetBatches
What it does
Gets information about all the batches in a project.
Definition
Batch [] GetBatches( int projectId, int sessionId, bool onlyPrivateBatches );
Parameters
Name | Type | Description |
projectId | int | The ID of the project that contains the batches about which information is to be retrieved |
sessionId | int | The ID of the connection to the Application Server |
onlyPrivateBatches | bool |
The flag which determines the set of available batches. Possible values:
|
Returned value
Type | Description |
Batch[] |
A set of records, each containing information about one of the batches in the project. The returned set does not include batches created in the Web Capture Station. |
12.04.2024 18:16:02