QAS_GETXLAT_REST_GET

Use this service operation to return the translate values for a given field.

Request Message: QAS_GETXLAT_TEMPL

Element Name Description

FieldName

Complete field name. Required.

Example Request:

https://<servername>:<port>/PSIGW/RESTListeningConnector/<defaultlocal node>/TranslateValues.v1/EFF_STATUS

Response Message: QAS_GETXLAT_RESP_MSG

Element Name Description

FieldValue

Translate value.

ShortName

Short name for the translate value.

LongName

Long name for the translate value.

Example Response:

<?xml version="1.0"?>
<QAS_GETXLAT_RESP_MSG xmlns="http://xmlns.oracle.com/Enterprise/
Tools/schemas/QAS_GETXLAT_RESP_MSG.VERSION_1">
    <QAS_GETXLAT_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
        Tools/schemas/QAS_GETXLAT_RESP.VERSION_1">
            <FieldValue>A</FieldValue>
            <ShortName>Active</ShortName>
            <LongName>Active</LongName>
        </PTQASWRK>
    </QAS_GETXLAT_RESP>
    <QAS_GETXLAT_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
         Tools/schemas/QAS_GETXLAT_RESP.VERSION_1">
            <FieldValue>I</FieldValue>
            <ShortName>Inactive</ShortName>
            <LongName>Inactive</LongName>
        </PTQASWRK>
    </QAS_GETXLAT_RESP>
</QAS_GETXLAT_RESP_MSG>