Retrieves all db_translate

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

db_translate
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
db_table_id

globally unique identifier
db_column_id

globally unique identifier
id_in_table

globally unique identifier
db_language_id

globally unique identifier
value

string
modified_dateutc

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

date

Response Formats

application/json, text/json

Sample:
{
  "id": "e836a4cb-f686-4061-8cd6-0d8e7d2520a8",
  "db_table_id": "64140875-5f21-4ba6-82f8-e7542a19149e",
  "db_column_id": "ba02811e-25c3-4a63-a8e0-4ff6a486a0f6",
  "id_in_table": "c9d4067b-991c-48d4-9352-122834f11de9",
  "db_language_id": "b51c88b8-2f6e-4d3c-a213-c2480e2ac78e",
  "value": "sample string 6",
  "modified_dateutc": "2026-06-16T21:20:21.011087+00:00"
}

application/xml, text/xml

Sample:
<db_translate xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_column_id>ba02811e-25c3-4a63-a8e0-4ff6a486a0f6</db_column_id>
  <db_language_id>b51c88b8-2f6e-4d3c-a213-c2480e2ac78e</db_language_id>
  <db_table_id>64140875-5f21-4ba6-82f8-e7542a19149e</db_table_id>
  <id>e836a4cb-f686-4061-8cd6-0d8e7d2520a8</id>
  <id_in_table>c9d4067b-991c-48d4-9352-122834f11de9</id_in_table>
  <modified_dateutc>2026-06-16T21:20:21.011Z</modified_dateutc>
  <value>sample string 6</value>
</db_translate>