GET api/Lang/GetKeyTexts?idcust={idcust}
Retreive all available locale texts. *OData
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idcust | integer |
Required |
|
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": "8b6e4088-d721-4930-83bb-ddc4314156dc", "IDCust": 1, "Locale": "sample string 2", "txt": "sample string 3", "Note1": "sample string 4", "GIDtxt": "f9ea1843-718d-4081-b411-0cf24c621082", "DatCreated": "2024-12-27T11:13:07.6478836+01:00" }, { "GID": "8b6e4088-d721-4930-83bb-ddc4314156dc", "IDCust": 1, "Locale": "sample string 2", "txt": "sample string 3", "Note1": "sample string 4", "GIDtxt": "f9ea1843-718d-4081-b411-0cf24c621082", "DatCreated": "2024-12-27T11:13:07.6478836+01:00" } ]