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. |
| api-version |
The requested API version |
string |
Default value is 1.0 |
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": "ee7c817d-9bbd-4e15-8e34-89e8d0a55515",
"IDCust": 1,
"Locale": "sample string 2",
"txt": "sample string 3",
"Note1": "sample string 4",
"GIDtxt": "d16e504a-b2bc-4588-89cd-08cccdb546fc",
"DatCreated": "2025-12-09T23:43:48.3089835+01:00"
},
{
"GID": "ee7c817d-9bbd-4e15-8e34-89e8d0a55515",
"IDCust": 1,
"Locale": "sample string 2",
"txt": "sample string 3",
"Note1": "sample string 4",
"GIDtxt": "d16e504a-b2bc-4588-89cd-08cccdb546fc",
"DatCreated": "2025-12-09T23:43:48.3089835+01:00"
}
]