GET Translation Table API

The Get Translation Table API used to get or export translation table.

Method URI

GET

cdwebconsole/svc/translationtable

The following example shows the Command:
curl -X 'GET' \
            'https://172.20.183.89:9443/cdwebconsole/svc/translationtable?translationTableName=TT1' \
            -H 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbmlzdHJhdG9yOjE3Mi4yMC4xODYuMjAzOjEzNjM6ZjJiYTA1YzgtYzQ5OC00ZmI2LTgzYmMtZTU2MGJmNTdjOTY0IiwiZXhwIjoxNzE1MTYxNzc1fQ.g8GI3F9R9YFZtJSAm4NoHKzxO868P6Ui4RAPqnRnzPNVUViUJfB8f81BQLREy0XIXaK4-6wIUibU53HgvYAsuw' \
            -H 'Content-Type: application/json' \
            -H 'X-XSRF-TOKEN: 83316283-ca57-4b36-b216-2a27e1d17741'
Table 1. Input Parameters
Parameter Name Required/Optional Description Valid values
translationTableName Required Specifies the name of the translation table to be changed  
The following example shows the Sample Response:
[
  {
    "messageDescription": "The translation table was selected successfully.",
    "RC0 ": "0",
    "messageId": "LCCA050I",
    "translationTableName": "C:\\Program Files\\IBM\\Connect Direct v6.4.0\\Server\\Xlate\\TT1",
    "translationTableData": "000102039C09867F978D8E0B0C0D0E0F101112139D8508871819928F1C1D1E1F80818283840A171B88898A8B8C050607909116939495960498999A9B14159E1A20A0E2E4E0E1E3E5E7F1A22E3C282B7C26E9EAEBE8EDEEEFECDF21242A293BAC2D2FC2C4C0C1C3C5C7D1A62C255F3E3FF8C9CACBC8CDCECFCC603A2340273D22D8616263646566676869ABBBF0FDFEB1B06A6B6C6D6E6F707172AABAE6B8C6A4B57E737475767778797AA1BFD0DDDEAE5EA3A5B7A9A7B6BCBDBE5B5DAFA8B4D77B414243444546474849ADF4F6F2F3F57D4A4B4C4D4E4F505152B9FBFCF9FAFF5CF7535455565758595AB2D4D6D2D3D530313233343536373839B3DBDCD9DA9F"
  }
]