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:
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 0b255c19-83ae-45aa-b6e7-19251a658682
DocumentIdstring · guidRequired

Document Id

Example: 8ba0bf11-312e-455f-8cda-a33226f2d79e
Responses
chevron-right
200

Success

application/json
DocumentIdstring · guidOptional

Document ID

BundleIdstring · guid · nullableOptional

Related bundle ID. Can be null if not yet assigned to a bundle

Metastring · nullableOptional

Lookup metadata

DisplayNamestring · nullableOptional

Document Dispay name

EstimatedSizeinteger · int64Optional

Estimated size of the document (Affects inbox limit)

SignedPDFDownloadUrlstring · nullableOptional

URL to download the signed PDF

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:
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 2708de26-be0a-4c9b-82b0-90b5aeec1d31
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
DocumentIdstring · guidOptional

Document ID

BundleIdstring · guid · nullableOptional

Related bundle ID. Can be null if not yet assigned to a bundle

Metastring · nullableOptional

Lookup metadata

DisplayNamestring · nullableOptional

Document Dispay name

EstimatedSizeinteger · int64Optional

Estimated size of the document (Affects inbox limit)

SignedPDFDownloadUrlstring · nullableOptional

URL to download the signed PDF

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:
Body
Filestring · binaryOptional
TenantIdstring · guid · min: 1Required

FuseSign Tenant Id

Example: 790bbd7c-5f24-4208-8259-f0021d090dfa
Metastring · max: 2048 · nullableOptional

Metadata to attach to document for later use

Example: 3196ac07-d04d-4fbb-9a0e-954e3a7a1a59
Responses
chevron-right
200

Success

application/json
DocumentIdstring · guidOptional

Document ID

BundleIdstring · guid · nullableOptional

Related bundle ID. Can be null if not yet assigned to a bundle

Metastring · nullableOptional

Lookup metadata

DisplayNamestring · nullableOptional

Document Dispay name

EstimatedSizeinteger · int64Optional

Estimated size of the document (Affects inbox limit)

SignedPDFDownloadUrlstring · nullableOptional

URL to download the signed PDF

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:
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: ea19fa2c-e0a2-4d81-9e73-fed2acd407b5
Responses
chevron-right
200

Success

application/json
DocumentIdstring · guidOptional

Document ID

BundleIdstring · guid · nullableOptional

Related bundle ID. Can be null if not yet assigned to a bundle

Metastring · nullableOptional

Lookup metadata

DisplayNamestring · nullableOptional

Document Dispay name

EstimatedSizeinteger · int64Optional

Estimated size of the document (Affects inbox limit)

SignedPDFDownloadUrlstring · nullableOptional

URL to download the signed PDF

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:
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 3c0a73ec-8acb-4827-998a-6c1c5f316a76
BundleIdstring · guidRequired

Bundle Id

Example: e097e3b2-193e-4627-b24f-24315f197291
DocumentIdstring · guidRequired

Document Id

Example: f3ae03fb-aca5-402d-80b3-3398afc529c0
Responses
chevron-right
200

Success

application/octet-stream
string · binaryOptional
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:
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 3a762e62-0860-4e9f-a4d9-51eea5c06cfc
Body
DocumentIdstring · guid · min: 1Required

Document Id

Example: def4087b-63c1-43bd-bffd-2bbc8d6f5e7e
Responses
chevron-right
200

Success

application/json
ResultbooleanOptional
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:
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 3e577a27-64cf-4897-b626-71010a81111f
BundleIdstring · guidRequired

Bundle Id

Example: 504a0e24-3efb-4f84-8e0b-5a50c3cb15a1
DocumentIdstring · guidRequired

Document Id

Example: 5b5a5dcd-75c7-44e5-8e90-ee239e2556a0
Responses
chevron-right
200

Success

application/octet-stream
string · binaryOptional
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:
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: ba816d1c-8038-4e2f-bb64-7f7943db424d
BundleIdstring · guidRequired

Bundle Id

Example: 5e4ed062-78fc-4781-bbca-76b03eec44f1
DocumentIdstring · guidRequired

Document Id

Example: 85fc8dcb-2e51-47b4-b9b8-4de74365dc35
Responses
chevron-right
200

Success

application/octet-stream
string · binaryOptional
get
/api/Document/DownloadDocumentNoAudit

Last updated