Skip to main content

Get Document Signatures

GET 

/v3/documents/:documentId/signatures

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

Request

Path Parameters

    documentId stringrequired

    The unique identifier of the document.

Responses

the signatures of the document

Schema

  • Array [

  • _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...