GET LanguageSupport/GetRel_Translation?englishTextId={englishTextId}&languageId={languageId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| englishTextId | integer |
Required |
|
| languageId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Rel_Translation| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Lkup_EnglishTextId | integer |
None. |
|
| LanguageId | integer |
None. |
|
| Translation | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Lkup_EnglishTextId": 2,
"LanguageId": 3,
"Translation": "sample string 4"
}
text/html
Sample:
{"Id":1,"Lkup_EnglishTextId":2,"LanguageId":3,"Translation":"sample string 4"}
application/xml, text/xml
Sample:
<Rel_Translation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CPSC.ROBOT.Entities"> <Id>1</Id> <LanguageId>3</LanguageId> <Lkup_EnglishTextId>2</Lkup_EnglishTextId> <Translation>sample string 4</Translation> </Rel_Translation>