Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "400e0216-78e0-44da-8bd8-b3eb42702c91",
"db_table_id": "e96e71bf-420b-4fb0-a8a1-9824a395244f",
"id_in_table": "1f3260b0-947f-4ca4-a128-03eba7990571",
"signature": "QEA=",
"date_signed": "2026-06-16T22:32:58.6760886+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-06-16T22:32:58.6760886+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-06-16T22:32:58.676Z</date_signed> <db_table_id>e96e71bf-420b-4fb0-a8a1-9824a395244f</db_table_id> <id>400e0216-78e0-44da-8bd8-b3eb42702c91</id> <id_in_table>1f3260b0-947f-4ca4-a128-03eba7990571</id_in_table> <modified_dateutc>2026-06-16T22:32:58.676Z</modified_dateutc> <signature>QEA=</signature> <signature_type>sample string 5</signature_type> </db_signature>