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": "4b91d58d-d15e-4de2-be71-62d41c2cb750",
"db_table_id": "94625df1-5544-4ed6-b0df-32745935c1a6",
"id_in_table": "0419d369-1ccc-407c-939e-f3d1fc9b5382",
"signature": "QEA=",
"date_signed": "2026-01-11T23:51:35.9145874+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-01-11T23:51:35.9145874+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-01-11T23:51:35.914Z</date_signed> <db_table_id>94625df1-5544-4ed6-b0df-32745935c1a6</db_table_id> <id>4b91d58d-d15e-4de2-be71-62d41c2cb750</id> <id_in_table>0419d369-1ccc-407c-939e-f3d1fc9b5382</id_in_table> <modified_dateutc>2026-01-11T23:51:35.914Z</modified_dateutc> <signature>QEA=</signature> <signature_type>sample string 5</signature_type> </db_signature>