GET api/Lang/GetByKeyTexts?idcust={idcust}&KeyTxt={KeyTxt}&GID={GID}

Retreive localized texts for specific KEY criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "88240b06-401d-450f-b487-20af5dbbe406",
    "IDCust": 1,
    "Locale": "sample string 2",
    "txt": "sample string 3",
    "Note1": "sample string 4",
    "GIDtxt": "975e5907-915c-4be2-9c7d-af40d7c74931",
    "DatCreated": "2024-05-08T21:49:26.6377138+02:00"
  },
  {
    "GID": "88240b06-401d-450f-b487-20af5dbbe406",
    "IDCust": 1,
    "Locale": "sample string 2",
    "txt": "sample string 3",
    "Note1": "sample string 4",
    "GIDtxt": "975e5907-915c-4be2-9c7d-af40d7c74931",
    "DatCreated": "2024-05-08T21:49:26.6377138+02:00"
  }
]