info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/Signatures/{signatureId}
Description

Reads a signature based on the ID

Request

URI Parameters

signatureId
integer
Required
Die angeforderte Unterschrift-Id.

Body Parameters

None.

Response

Resource Description

Es wird die Unterschrift zurückgeliefert.

Model: Signature
Id
integer
Primary index field database: [DOCUMENT_SIGNATURES].[DOCUMENT_SIGNATURES_ID].

Picture
Collection of byte
Erforderlich
Binary storage of the image as a byte array Database: [DOCUMENT_SIGNATURES].[Image].

DocumentType
string
Erforderlich
Länge: einschließlich zwischen 0 und 1
Document type of the signed document Database: [DOCUMENT_SIGNATURES].[DocumentType].

DocumentNumber
string
Erforderlich
Länge: einschließlich zwischen 0 und 10
Document number of the signed document Database: [DOCUMENT_SIGNATURES].[DocumentNumber].

TransferId
string
Länge: einschließlich zwischen 0 und 12
Link to the created transfer database: [DOCUMENT_SIGNATURES].[TransferID].

IsTemporary
boolean
True: As long as the transfer or service has not been taken over. Database: [DOCUMENT_SIGNATURES].[IsTemporary].

Signer
string
Länge: einschließlich zwischen 0 und 80
Optional plaintext of the signer Database: [DOCUMENT_SIGNATURES].[plainname].

MetaData
Clients for the data rate

Response Formats
application/json
Example:
    {
  "Id": 1,
  "Picture": "QEA=",
  "DocumentType": "sample string 2",
  "DocumentNumber": "sample string 3",
  "TransferId": "sample string 4",
  "IsTemporary": true,
  "Signer": "sample string 5",
  "MetaData": {
    "CreationDate": "2024-12-26T22:50:54.0348791+01:00",
    "CreationUserToken": "sample string 1",
    "ModificationDate": "2024-12-26T22:50:54.0348791+01:00",
    "ModificationUserToken": "sample string 2"
  }
}