OPENAPI / COMPONENTS / SCHEMAS
Bulk Send Job Response
BulkSendJobResponseContains information about the BulkSendJob such as when it was created and how many signature requests are queued.
object4properties
bulk_send_job_idstringThe id of the BulkSendJob.
totalintegerThe total amount of Signature Requests queued for sending.
is_creatorbooleanTrue if you are the owner of this BulkSendJob, false if it's been shared with you by a team member.
created_atintegerTime that the BulkSendJob was created.