Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

db_signature
NameDescriptionTypeAdditional 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": "628d49a3-90a1-4f55-908c-2e42d54bde02",
  "db_table_id": "fc595a62-1e66-4931-be2a-957ffa54a2db",
  "id_in_table": "d17ec8d7-93cf-499c-8856-2e89a616394f",
  "signature": "QEA=",
  "date_signed": "2026-01-11T21:01:25.6015628+00:00",
  "signature_type": "sample string 5",
  "modified_dateutc": "2026-01-11T21:01:25.6015628+00:00"
}

application/xml, text/xml

Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <date_signed>2026-01-11T21:01:25.601Z</date_signed>
  <db_table_id>fc595a62-1e66-4931-be2a-957ffa54a2db</db_table_id>
  <id>628d49a3-90a1-4f55-908c-2e42d54bde02</id>
  <id_in_table>d17ec8d7-93cf-499c-8856-2e89a616394f</id_in_table>
  <modified_dateutc>2026-01-11T21:01:25.601Z</modified_dateutc>
  <signature>QEA=</signature>
  <signature_type>sample string 5</signature_type>
</db_signature>