Document

A file (.pdf) that is used for signing.

Produce the details of a specific document in the system.

get
Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 78a76847-ae1a-465f-8138-22bf30fec000
DocumentIdstring · guidRequired

Document Id

Example: 52e0df33-2d18-4c8c-91e8-9e7ef5158589
Responses
200

Success

application/json
get
/api/Document/Get

Uploads a given document into the system to be attached to bundles. Domain must be preapproved in developer settings page.

post
Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: e23382c9-2220-48cb-9fbf-354d40cfc978
UrlstringRequired

Publically accessible Url with a pdf - must be added to your developer domain whitelist

Example: https://domain/document.pdf
Responses
200

Success

application/json
post
/api/Document/UploadUsingURL

Uploads a given document into the system to be attached to bundles.

post
Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Body
Filestring · binaryOptional
TenantIdstring · guid · min: 1Required

FuseSign Tenant Id

Example: 83255878-a3f5-483b-bbd4-0d513eba9536
Metastring | nullableOptional

Metadata to attach to document for later use

Example: 40280bdd-a294-46e4-a6af-5ebd4d37b3ee
Responses
200

Success

application/json
post
/api/Document/Upload

List all documents which have been uploaded which are not yet connected to a bundle.

get
Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: cb79681e-a951-4a06-a462-6a949a3b9ee3
Responses
200

Success

application/json
get
/api/Document/ListPending

Download the pdf document in its current state (signed or unsigned)

get
Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: b289521f-551c-45fb-a413-bab5ab76d515
BundleIdstring · guidRequired

Bundle Id

Example: f2f2d76e-3f76-427e-8073-beaa8bdae8a9
DocumentIdstring · guidRequired

Document Id

Example: b198902b-15fa-4847-91e0-b11213cd2ec7
Responses
200

Success

application/octet-stream
Responsestring · binary
get
/api/Document/Download

If the target document is not attached to a bundle, you can delete it.

post
Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 8b557457-a50e-4876-b970-a7946652e196
Body
DocumentIdstring · guid · min: 1Required

Document Id

Example: 649e7bc6-4362-4d84-8814-bb400b43ca94
Responses
200

Success

application/json
post
/api/Document/Delete

Download the pdf document audit trail

get

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

Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 7610640d-fbdb-477a-bce6-79090a338df9
BundleIdstring · guidRequired

Bundle Id

Example: 5e5cd4a4-9916-423a-a829-43d0c68976ff
DocumentIdstring · guidRequired

Document Id

Example: e1bf241a-c60b-4fc1-a654-6f391cb8fb74
Responses
200

Success

application/octet-stream
Responsestring · binary
get
/api/Document/DownloadAudit

Download a signed document without the audit trail

get

Download 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

Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 37ddfcae-3e6d-460a-8ebb-a36d3e9a9799
BundleIdstring · guidRequired

Bundle Id

Example: bc0e669b-1fe8-4db3-ab4a-93c6a72a85e9
DocumentIdstring · guidRequired

Document Id

Example: 82236f28-b7f1-488f-b276-ea64c686a8c6
Responses
200

Success

application/octet-stream
Responsestring · binary
get
/api/Document/DownloadDocumentNoAudit

Last updated