Cannot get by id because id is dymanic
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
article_translate| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| article_id | globally unique identifier | ||
| db_language_id | globally unique identifier | ||
| name | string | ||
| description_short | string | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "238edcad-c2aa-464e-b842-b7901e18757e",
"article_id": "c088971a-0a01-446d-8c8e-bfd8045494f1",
"db_language_id": "359589cf-ffdc-4d01-b2ea-5fed7f362b75",
"name": "sample string 4",
"description_short": "sample string 5",
"modified_dateutc": "2026-03-07T14:51:35.6702593+00:00"
}
application/xml, text/xml
Sample:
<article_translate xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <article_id>c088971a-0a01-446d-8c8e-bfd8045494f1</article_id> <db_language_id>359589cf-ffdc-4d01-b2ea-5fed7f362b75</db_language_id> <description_short>sample string 5</description_short> <id>238edcad-c2aa-464e-b842-b7901e18757e</id> <modified_dateutc>2026-03-07T14:51:35.670Z</modified_dateutc> <name>sample string 4</name> </article_translate>