Document
A file (.pdf) that is used for signing.
FuseSign Tenant Id
97a191f4-a46e-42de-9c70-650551df0c14Document Id
41929338-d7e7-4623-9a7d-db499eef8038Success
Bad Request
Unauthorized
Forbidden
Not Found
GET /api/Document/Get?TenantId=text&DocumentId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"DocumentId": "text",
"BundleId": "text",
"Meta": "text",
"DisplayName": "text",
"EstimatedSize": 1,
"SignedPDFDownloadUrl": "text"
}Uploads a given document into the system to be attached to bundles. Domain must be preapproved in developer settings page.
FuseSign Tenant Id
9e27333c-3fd5-4b74-934d-af072b827d2dPublically accessible Url with a pdf - must be added to your developer domain whitelist
https://domain/document.pdfSuccess
Bad Request
Unauthorized
Forbidden
POST /api/Document/UploadUsingURL?TenantId=text&Url=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"DocumentId": "text",
"BundleId": "text",
"Meta": "text",
"DisplayName": "text",
"EstimatedSize": 1,
"SignedPDFDownloadUrl": "text"
}FuseSign Tenant Id
0135ffd3-c588-4afc-bb58-553fefba54f8Metadata to attach to document for later use
f625a30b-4ff4-47e1-8af2-05ad7becb70fSuccess
Bad Request
Unauthorized
Forbidden
Not Found
POST /api/Document/Upload HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: multipart/form-data
Accept: */*
Content-Length: 109
{
"File": null,
"TenantId": "0135ffd3-c588-4afc-bb58-553fefba54f8",
"Meta": "f625a30b-4ff4-47e1-8af2-05ad7becb70f"
}{
"DocumentId": "text",
"BundleId": "text",
"Meta": "text",
"DisplayName": "text",
"EstimatedSize": 1,
"SignedPDFDownloadUrl": "text"
}FuseSign Tenant Id
219ae513-6f11-4622-b1ba-cf3dbcfb962aSuccess
Bad Request
Unauthorized
Forbidden
Not Found
GET /api/Document/ListPending?TenantId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"DocumentId": "text",
"BundleId": "text",
"Meta": "text",
"DisplayName": "text",
"EstimatedSize": 1,
"SignedPDFDownloadUrl": "text"
}
]FuseSign Tenant Id
83756dd6-2fb6-48e8-9f7f-d0258b8ad2ffBundle Id
1533fa9e-c100-4e0d-83d1-c0fa66aa6e50Document Id
60712a81-b3a8-4e6b-bf90-d3a751b7fbacSuccess
Bad Request
Unauthorized
Forbidden
Not Found
GET /api/Document/Download?TenantId=text&BundleId=text&DocumentId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
binaryFuseSign Tenant Id
73430cfe-e865-41aa-9359-44e889388887Document Id
9a4a586b-a99d-4cd6-aa03-5fb57ca151d0Success
Bad Request
Unauthorized
Forbidden
POST /api/Document/Delete?TenantId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: */*
Accept: */*
Content-Length: 53
{
"DocumentId": "9a4a586b-a99d-4cd6-aa03-5fb57ca151d0"
}{
"Result": true
}Download document's audit trail. This will only work if the document has been signed (or is a view only document) and Bundle.Settings.AuditType is set to Separate
FuseSign Tenant Id
a5c7dc26-d25b-44dd-baec-057d710d3075Bundle Id
0ef9630f-e01e-4c95-b831-64392414891aDocument Id
b2c2feb0-40c7-4e53-aeac-c065d0bf485bSuccess
Bad Request
Unauthorized
Forbidden
Not Found
GET /api/Document/DownloadAudit?TenantId=text&BundleId=text&DocumentId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
binaryDownload a signed document without an audit trail embedded. This will only work if the document is a document with signing actions and has been signed and Bundle.Settings.AuditType is set to Separate
FuseSign Tenant Id
25965081-46a3-46d4-9d0e-fa39eb126d07Bundle Id
00294804-0186-42cc-8b7d-0c700a3e948bDocument Id
e03749d1-eef8-4899-af6f-887e43adbe8aSuccess
Bad Request
Unauthorized
Forbidden
Not Found
GET /api/Document/DownloadDocumentNoAudit?TenantId=text&BundleId=text&DocumentId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
binaryLast updated