GET api/Lang/GetByKeyTexts?idcust={idcust}&KeyTxt={KeyTxt}&GID={GID}
Retreive localized texts for specific KEY criteria
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcust | integer |
Required |
|
| KeyTxt |
optional filtery by Text value |
string |
Required |
| GID |
optional filtery by GID value |
globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of TWLangDict| Name | Description | Type | Additional information |
|---|---|---|---|
| GID | globally unique identifier |
None. |
|
| IDCust | integer |
None. |
|
| Locale | string |
Max length: 6 String length: inclusive between 0 and 6 |
|
| txt | string |
Required Max length: 128 String length: inclusive between 0 and 128 |
|
| Note1 | string |
Max length: 255 String length: inclusive between 0 and 255 |
|
| GIDtxt | globally unique identifier |
None. |
|
| DatCreated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GID": "3136141e-852e-410f-a584-8c1ad8cfc0d5",
"IDCust": 1,
"Locale": "sample string 2",
"txt": "sample string 3",
"Note1": "sample string 4",
"GIDtxt": "c5d27408-12ea-41de-93d0-e8bc1360aec7",
"DatCreated": "2026-03-10T09:45:14.3182564+01:00"
},
{
"GID": "3136141e-852e-410f-a584-8c1ad8cfc0d5",
"IDCust": 1,
"Locale": "sample string 2",
"txt": "sample string 3",
"Note1": "sample string 4",
"GIDtxt": "c5d27408-12ea-41de-93d0-e8bc1360aec7",
"DatCreated": "2026-03-10T09:45:14.3182564+01:00"
}
]