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 that determines the set of available batches. True makes available only batches that belong to the current user or user group. False makes all batches available. |
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. |
