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": "30e82ea5-b7df-4664-9971-60f99aafb5b2",
"db_table_id": "4e58cd8f-9023-4fd0-836d-8e2712584f01",
"id_in_table": "7da4ceef-1a9f-4233-9ac8-b087f321ae01",
"signature": "QEA=",
"date_signed": "2026-06-16T21:18:08.1438307+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-06-16T21:18:08.1438307+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-06-16T21:18:08.143Z</date_signed> <db_table_id>4e58cd8f-9023-4fd0-836d-8e2712584f01</db_table_id> <id>30e82ea5-b7df-4664-9971-60f99aafb5b2</id> <id_in_table>7da4ceef-1a9f-4233-9ac8-b087f321ae01</id_in_table> <modified_dateutc>2026-06-16T21:18:08.143Z</modified_dateutc> <signature>QEA=</signature> <signature_type>sample string 5</signature_type> </db_signature>