Retrieves with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "9bb27454-8950-494c-b5f5-8384d474c688",
"db_table_id_1": "79e8de56-990c-47de-9dd8-1c261256a8fa",
"id_in_table_1": "8340238a-9c59-47b1-b81f-b153be997974",
"db_table_id_2": "dea71859-9c35-46fb-a2b0-3c15da055b58",
"id_in_table_2": "d22baa02-1952-43eb-87d5-45080bf36bf3",
"modified_dateutc": "2026-01-11T23:54:43.7940408+00:00"
}
application/xml, text/xml
Sample:
<abstract_crosstable xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_table_id_1>79e8de56-990c-47de-9dd8-1c261256a8fa</db_table_id_1> <db_table_id_2>dea71859-9c35-46fb-a2b0-3c15da055b58</db_table_id_2> <id>9bb27454-8950-494c-b5f5-8384d474c688</id> <id_in_table_1>8340238a-9c59-47b1-b81f-b153be997974</id_in_table_1> <id_in_table_2>d22baa02-1952-43eb-87d5-45080bf36bf3</id_in_table_2> <modified_dateutc>2026-01-11T23:54:43.794Z</modified_dateutc> </abstract_crosstable>