Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
db_signature| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| db_table_id |
Table.id of the linked entity |
globally unique identifier | |
| id_in_table |
Id of the linked entity |
globally unique identifier | |
| signature | Collection of byte | ||
| date_signed |
Date start |
date | |
| signature_type | string | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "bd520ffe-f4b6-4b75-b4b0-43123c1cf81b",
"db_table_id": "c8f20083-8fab-471a-8c74-94b9c51ac1cd",
"id_in_table": "1274f56a-b102-4f40-9b56-ab2c06a33b0c",
"signature": "QEA=",
"date_signed": "2026-03-07T14:51:03.9880098+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-03-07T14:51:03.9880098+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-03-07T14:51:03.988Z</date_signed> <db_table_id>c8f20083-8fab-471a-8c74-94b9c51ac1cd</db_table_id> <id>bd520ffe-f4b6-4b75-b4b0-43123c1cf81b</id> <id_in_table>1274f56a-b102-4f40-9b56-ab2c06a33b0c</id_in_table> <modified_dateutc>2026-03-07T14:51:03.988Z</modified_dateutc> <signature>QEA=</signature> <signature_type>sample string 5</signature_type> </db_signature>