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": "31e7b81e-30a5-409b-acf6-40d551bc84c7",
"article_id": "b99f7ef2-3328-4d97-94e4-0ba375352a4e",
"db_language_id": "6c72ea3a-a5f0-486b-ab27-01391442ffe4",
"name": "sample string 4",
"description_short": "sample string 5",
"modified_dateutc": "2026-01-11T21:07:40.5229897+00:00"
}
application/xml, text/xml
Sample:
<article_translate xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <article_id>b99f7ef2-3328-4d97-94e4-0ba375352a4e</article_id> <db_language_id>6c72ea3a-a5f0-486b-ab27-01391442ffe4</db_language_id> <description_short>sample string 5</description_short> <id>31e7b81e-30a5-409b-acf6-40d551bc84c7</id> <modified_dateutc>2026-01-11T21:07:40.522Z</modified_dateutc> <name>sample string 4</name> </article_translate>