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": "e48da422-1a3d-4560-8e34-eea74934d04d",
"name": "sample string 2",
"db_language_id": "53286cba-10d3-402c-ae89-b6864f066296",
"language_iso_code": "sample string 4",
"modified_dateutc": "2026-03-07T13:16:25.3212404+00:00"
}
application/xml, text/xml
Sample:
<db_title xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_language_id>53286cba-10d3-402c-ae89-b6864f066296</db_language_id> <id>e48da422-1a3d-4560-8e34-eea74934d04d</id> <language_iso_code>sample string 4</language_iso_code> <modified_dateutc>2026-03-07T13:16:25.321Z</modified_dateutc> <name>sample string 2</name> </db_title>