GET api/v2/SystemConfigTranslations/{id}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Response
SystemConfigTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| SystemConfigId | integer | ||
| LanguageId | integer | ||
| Description | string |
Response Format
application/json, text/json
Sample:
{
"Description": "sample string 4",
"Id": 1,
"SystemConfigId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-02-02T21:22:52.872327Z"
}
text/html
Sample:
{"Description":"sample string 4","Id":1,"SystemConfigId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:22:52.872327Z"}