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 TWLangDictName | 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": "99c0e8e4-904a-4f0c-a4c4-ea3551471ece", "IDCust": 1, "Locale": "sample string 2", "txt": "sample string 3", "Note1": "sample string 4", "GIDtxt": "784708d2-a20f-41e4-bcc8-27c856cdf827", "DatCreated": "2025-09-04T07:00:25.2156075+02:00" }, { "GID": "99c0e8e4-904a-4f0c-a4c4-ea3551471ece", "IDCust": 1, "Locale": "sample string 2", "txt": "sample string 3", "Note1": "sample string 4", "GIDtxt": "784708d2-a20f-41e4-bcc8-27c856cdf827", "DatCreated": "2025-09-04T07:00:25.2156075+02:00" } ]