Retrieves all

Request Information

URI Parameters :

None.

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": "ecea3e44-f3a6-4296-9f47-438f02166f2c",
  "db_table_id_1": "ca47f608-ca6e-4a52-9e5e-9344a6e0a546",
  "id_in_table_1": "5fd06993-1b08-4b99-8aa9-7ab45b0c0578",
  "db_table_id_2": "2918fb6e-19b2-450b-a72b-4aedd13a188c",
  "id_in_table_2": "c0bdb590-7475-42e6-9996-ae2dd285d3c9",
  "modified_dateutc": "2026-01-11T21:01:46.9299169+00:00"
}

application/xml, text/xml

Sample:
<abstract_crosstable xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_table_id_1>ca47f608-ca6e-4a52-9e5e-9344a6e0a546</db_table_id_1>
  <db_table_id_2>2918fb6e-19b2-450b-a72b-4aedd13a188c</db_table_id_2>
  <id>ecea3e44-f3a6-4296-9f47-438f02166f2c</id>
  <id_in_table_1>5fd06993-1b08-4b99-8aa9-7ab45b0c0578</id_in_table_1>
  <id_in_table_2>c0bdb590-7475-42e6-9996-ae2dd285d3c9</id_in_table_2>
  <modified_dateutc>2026-01-11T21:01:46.929Z</modified_dateutc>
</abstract_crosstable>