Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
db_title| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| name | string | ||
| db_language_id | globally unique identifier | ||
| language_iso_code | string | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "679342ed-a620-4470-9ed5-7ba26ce6d285",
"name": "sample string 2",
"db_language_id": "8f7bf7ec-e447-4a9b-9889-142e4e0e9478",
"language_iso_code": "sample string 4",
"modified_dateutc": "2026-06-16T22:34:18.7304158+00:00"
}
application/xml, text/xml
Sample:
<db_title xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_language_id>8f7bf7ec-e447-4a9b-9889-142e4e0e9478</db_language_id> <id>679342ed-a620-4470-9ed5-7ba26ce6d285</id> <language_iso_code>sample string 4</language_iso_code> <modified_dateutc>2026-06-16T22:34:18.730Z</modified_dateutc> <name>sample string 2</name> </db_title>