Dropbox SignDropbox Sign eSignature API
GET/bulk_send_job/list
List Bulk Send Jobs
Returns a list of BulkSendJob that you can access.
Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.
Request
- operationId
bulkSendJobList- Server
https://api.hellosign.com/v3- Authentication
- api_key, oauth2
Request parameters
page
queryinteger
Which page number of the BulkSendJob List to return. Defaults to `1`.
1
page_size
queryinteger
Number of objects to be returned per page. Must be between `1` and `100`. Default is 20.
20
Responses
200
BulkSendJobListResponseapplication/json
successful operation
Properties: bulk_send_jobslist_infowarnings
4XX
ErrorResponseapplication/json
failed_operation
Properties: error
{
"bulk_send_jobs": [
{
"bulk_send_job_id": "example-bulk-send-job-id",
"total": 0,
"is_creator": false,
"created_at": 0
}
],
"list_info": {
"num_pages": 0,
"num_results": 0,
"page": 0,
"page_size": 0
},
"warnings": [
{
"warning_name": "Example Name"
}
]
}