pixiReadTranslations

API call returns translation line records

Since pixi version: 21.01 (9.0.23.54983) Additional notes:


Request

POST https://apigateway.descartes.com/tms/pixi/pixiReadTranslations

Request body

Name Type Required Description
RowCount integer false

Maximum number of records returned

Type: int

Default value: 1000

Example: 123

Available from: 21.01 (9.0.23.54983)

TranslationKey integer false

Translation line id. If @RowCount is NULL then it returns only this row, otherwise next @RowCount records.

Type: int

Default value: NULL

Example: 123

Available from: 21.01 (9.0.23.54983)


Response

1. Translations information

Name Type Description
LanguageID integer

Language Id (1-English, 2-German)

Type: int

Available from: 25.06 (25.6.0.58802)

DBObjectName string

Databse object name (grouping of translations per DB object name)

Type: varchar (255)

Available from: 25.06 (25.6.0.58802)

TranslationID string

Translation content Id (translation code)

Type: varchar (255)

Available from: 25.06 (25.6.0.58802)

TranslationKey integer

Translation table Id

Type: int

Available from: 25.06 (25.6.0.58802)

ApplicationName string

Application name (grouping of translations per application)

Type: varchar (255)

Available from: 25.06 (25.6.0.58802)

TranslationText string

Translated text

Type: varchar (2000)

Available from: 25.06 (25.6.0.58802)