Skip to main content

Get a Document Signature

GET 

/v3/documents/:documentId/signatures/:signatureId

This endpoint allows for downloading a signatures description of a document.

Request

Path Parameters

    documentId stringrequired

    The unique identifier of the document.

    signatureId stringrequired

    The unique identifier of the signature.

Responses

the signature of the document

Schema

    _id string
    appId appId (string)required

    The application identifier which is used to identify the application used.

    appEnv IGNISIGN_APPLICATION_ENV (string)required

    Possible values: [DEVELOPMENT, STAGING, PRODUCTION]

    The execution environment of the application where request are executed.

    signerId stringrequired
    signerKeyId stringrequired
    sessionId string
    documentId stringrequired
    status IGNISIGN_SIGNATURE_STATUS (string)required

    Possible values: [INIT, SIGNED, FAILED]

    mode IGNISIGN_SIGNATURE_MODE (string)required

    Possible values: [SERVER_SIDE_SIGNATURE, CLIENT_SIDE_SIGNATURE]

    ocspCheckValue object
    contentHash string
    signature string
    signatureValue string
    signedProperties string
    signedPropertiesHash string
    signingIp string
    signingTime string
    certificate string
Loading...