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": "5309ab78-5154-44c1-93b1-c950ba62da8a",
"db_table_id_1": "5fe58ff4-aee3-46ff-b70f-21131b7d1f97",
"id_in_table_1": "85aa41c3-02ca-4e77-a40e-2de0ee01aeed",
"db_table_id_2": "01a121dc-c16e-4a26-a709-c470b4260fe8",
"id_in_table_2": "0ff1e3d7-b6a6-4d08-a1a5-54d7f9af9b06",
"modified_dateutc": "2026-06-16T21:18:15.6695967+00:00"
}
application/xml, text/xml
Sample:
<abstract_crosstable xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_table_id_1>5fe58ff4-aee3-46ff-b70f-21131b7d1f97</db_table_id_1> <db_table_id_2>01a121dc-c16e-4a26-a709-c470b4260fe8</db_table_id_2> <id>5309ab78-5154-44c1-93b1-c950ba62da8a</id> <id_in_table_1>85aa41c3-02ca-4e77-a40e-2de0ee01aeed</id_in_table_1> <id_in_table_2>0ff1e3d7-b6a6-4d08-a1a5-54d7f9af9b06</id_in_table_2> <modified_dateutc>2026-06-16T21:18:15.669Z</modified_dateutc> </abstract_crosstable>