Retrieves all
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
abstract_crosstable| Name | Description | Type | Additional 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": "5c58a1c0-3126-4fb0-b780-4c06ad4b0bfc",
"db_table_id_1": "c5e0189c-3d0a-495d-8f8a-71746dae3f19",
"id_in_table_1": "c16f687b-6f3b-4c01-8d8b-47c5c767cbac",
"db_table_id_2": "0d1b40cf-6245-4809-90a0-ce1acdc74247",
"id_in_table_2": "f53dff31-8af3-4418-8793-3ece0a530567",
"modified_dateutc": "2026-03-07T13:15:13.0361285+00:00"
}
application/xml, text/xml
Sample:
<abstract_crosstable xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_table_id_1>c5e0189c-3d0a-495d-8f8a-71746dae3f19</db_table_id_1> <db_table_id_2>0d1b40cf-6245-4809-90a0-ce1acdc74247</db_table_id_2> <id>5c58a1c0-3126-4fb0-b780-4c06ad4b0bfc</id> <id_in_table_1>c16f687b-6f3b-4c01-8d8b-47c5c767cbac</id_in_table_1> <id_in_table_2>f53dff31-8af3-4418-8793-3ece0a530567</id_in_table_2> <modified_dateutc>2026-03-07T13:15:13.036Z</modified_dateutc> </abstract_crosstable>