file-linesDocument

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: 4e3c39f3-c1a1-488b-95f6-67724a6f4179
DocumentIdstring · guidRequired

Document Id

Example: 68fb86a6-9a2b-4eb0-a635-7d9ceb8a5e76
Responses
chevron-right
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: 2461e70e-6ad1-4cb7-a06c-466040b37d8d
UrlstringRequired

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

Example: https://domain/document.pdf
Responses
chevron-right
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: 98a56ba3-2853-4651-a264-61a565128cf8
Metastring · max: 2048 · nullableOptional

Metadata to attach to document for later use

Example: 5cbf1969-7240-4116-84a1-fff24d8ee315
Responses
chevron-right
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: d65ac3b7-c444-4863-b6c2-5295d49985b3
Responses
chevron-right
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: 26475d91-03c3-46ae-bea0-73126558d810
BundleIdstring · guidRequired

Bundle Id

Example: 74152687-c109-4ff9-bc29-69e4cf21814f
DocumentIdstring · guidRequired

Document Id

Example: de7ed1a9-5f63-43a6-9bbc-780ca95746ad
Responses
chevron-right
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: 5f1db6fe-ee2b-4a12-8e1a-413bcc4391b8
Body
DocumentIdstring · guid · min: 1Required

Document Id

Example: 2262eeeb-2b70-4753-a1e4-b3a41bed7bd6
Responses
chevron-right
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: 9704dcb0-b8bf-4775-a662-de62755c1d66
BundleIdstring · guidRequired

Bundle Id

Example: b821f053-7cc4-46c8-8458-32c377643176
DocumentIdstring · guidRequired

Document Id

Example: 5af1f845-a6af-41f1-9001-1a5e97e36c87
Responses
chevron-right
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: c0dd70d4-2728-4cd6-8693-c8453614b284
BundleIdstring · guidRequired

Bundle Id

Example: 818206f1-273f-47f3-bc28-6f610d4e5bd9
DocumentIdstring · guidRequired

Document Id

Example: c2f99157-13e0-4fba-b13a-a8be0b714ff5
Responses
chevron-right
200

Success

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

Last updated