GET api/v2/ResourceTranslations/{id}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Response
ResourceTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| ResourceId | integer | ||
| LanguageId | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Identification": "sample string 4",
"Id": 1,
"ResourceId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-03-18T19:42:41.7040731Z"
}
text/html
Sample:
{"Identification":"sample string 4","Id":1,"ResourceId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-03-18T19:42:41.7040731Z"}