Retrieves with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

abstract_crosstable
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
db_table_id_1

Db table id1

globally unique identifier
id_in_table_1

Id in table1

globally unique identifier
db_table_id_2

Db table id1

globally unique identifier
id_in_table_2

Id in table1

globally unique identifier
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "4a830f94-5e05-45fd-8467-5026d0adba55",
  "db_table_id_1": "cb834d47-5a56-48ce-a8e4-abc1f70a6a49",
  "id_in_table_1": "acfd6385-11bd-46f1-aa2b-23c08eacc972",
  "db_table_id_2": "95703325-0316-4aa3-adec-5192bf91054d",
  "id_in_table_2": "a9a7160c-2e05-459d-9cd4-b3c170e0962c",
  "modified_dateutc": "2026-06-16T22:33:24.7524035+00:00"
}

application/xml, text/xml

Sample:
<abstract_crosstable xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_table_id_1>cb834d47-5a56-48ce-a8e4-abc1f70a6a49</db_table_id_1>
  <db_table_id_2>95703325-0316-4aa3-adec-5192bf91054d</db_table_id_2>
  <id>4a830f94-5e05-45fd-8467-5026d0adba55</id>
  <id_in_table_1>acfd6385-11bd-46f1-aa2b-23c08eacc972</id_in_table_1>
  <id_in_table_2>a9a7160c-2e05-459d-9cd4-b3c170e0962c</id_in_table_2>
  <modified_dateutc>2026-06-16T22:33:24.752Z</modified_dateutc>
</abstract_crosstable>