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

Reads the signatures

Request

URI Parameters

DocumentNumber
string
Filters the list according to the document number

DocumentType
string
Filters the list according to the document type

TransferId
string
Filters the list according to the transfer id

Page
integer
Page number for paging | Default: 0

Items
integer
Sets the number of entries per page | Default: 10 | All: 0

SearchTerm
string
Filter for words

SearchIn
string
Properties in which to search. The separator between these properties is "|".

OrderBy
string
Properties to be sorted by. An exclamation mark ! at the end indicates downward sorting. To sort by several properties, they must be separated by a "|".

Filter
string
A filter can be defined to limit the result set. For example: (Property EQ Value OR Property2 GT Value2) AND (Property3 CT 'String') See the description for the FilterQueryLanguage for more information.

Body Parameters

None.

Response

Resource Description

Es wird eine Liste von Unterschriften zurückgeliefert.

Model: Collection of 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-26T23:40:57.1755775+01:00",
      "CreationUserToken": "sample string 1",
      "ModificationDate": "2024-12-26T23:40:57.1755775+01:00",
      "ModificationUserToken": "sample string 2"
    }
  },
  {
    "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-26T23:40:57.1755775+01:00",
      "CreationUserToken": "sample string 1",
      "ModificationDate": "2024-12-26T23:40:57.1755775+01:00",
      "ModificationUserToken": "sample string 2"
    }
  }
]