GET api/Lang/GetKeyTexts?idcust={idcust}
Retreive all available locale texts. *OData
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcust | integer |
Required |
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": "af80be24-211f-4913-98c7-6df1619ba23f",
"IDCust": 1,
"Locale": "sample string 2",
"txt": "sample string 3",
"Note1": "sample string 4",
"GIDtxt": "54348aa6-2b4c-4f78-9e31-fd1ccafe2545",
"DatCreated": "2026-09-14T10:12:47.577132+02:00"
},
{
"GID": "af80be24-211f-4913-98c7-6df1619ba23f",
"IDCust": 1,
"Locale": "sample string 2",
"txt": "sample string 3",
"Note1": "sample string 4",
"GIDtxt": "54348aa6-2b4c-4f78-9e31-fd1ccafe2545",
"DatCreated": "2026-09-14T10:12:47.577132+02:00"
}
]