BulkEnvelopes
Retrieves status information about all the bulk recipient batches.
View Specific Information
The driver will use the DocuSign API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the driver.
- BatchId supports the '='.
For example, the following query is processed server side:
SELECT * FROM BulkEnvelopes WHERE BatchId = 'eaf12958-f1c8-4636-9a29-42c63fa80ab5'
Columns
Name | Type | References | Description |
BatchId [KEY] | String | Specifies an identifier which can be used to retrieve a more detailed status of individual bulk recipient batches. | |
BatchSize | Integer | The number of items returned in this response. | |
BulkEnvelopesBatchUri | String | Uri of the bulk envelopes. | |
SubmittedDate | Datetime | The date that it is submitted. | |
Sent | Integer | The number of entries with a status of sent. | |
Failed | Integer | The number of entries with a status of failed. | |
Queued | Integer | The number of entries with a status of queued. |