QAS_RELATED_RECORDS_REST_GET

Use this service operation to return a list of related records for all the fields in the requested record.

Request Message: QAS_RELATED_RECORDS_TEMPL

Element Name Description

RECORD_NAME

Required element

Complete record name. Required.

Example Request :

https://<servername>:<port>/PSIGW/RESTListeningConnector/<default local node>/RelatedRecords.v1/QE_EMPLOYEE

Response Message: QAS_RELATED_RECORDS_RESP_MSG

Element Name Description

FIELD_NAME

Field for which a related record exists.

RELATED_RECORD_NAME

Record name.

RELATED_RECORD_DESCRIPTION

Record description.

INFORMATION_MESSAGE

Returns information about the request. For example if the criterion in the request is incorrect or if no records meet the criteria, a message indicating the error is returned.

Example Response:

<?xml version="1.0"?>
<qcs:QAS_RELATED_RECORDS_RESP_MSG xmlns:qcs="http://xmlns.oracle.com/
Enterprise/Tools/schemas/QAS_RELATED_RECORDS_RESP_MSG.VERSION_1">
    <FIELD>
        <FIELD_NAME>QE_JOBCODE</FIELD_NAME>
        <RELATED_RECORD_NAME>QE_JOBCODE_TBL</RELATED_RECORD_NAME>
        <RELATED_RECORD_DESCRIPTION>JobCode Table</RELATED_RECORD_DESCRIPTION>
    </FIELD>
    <FIELD>
        <FIELD_NAME>DEPTID</FIELD_NAME>
        <RELATED_RECORD_NAME>QE_DEPT_TBL</RELATED_RECORD_NAME>
        <RELATED_RECORD_DESCRIPTION>QE Data Department Table</RELATED_RECORD_DESCRIPTION>
    </FIELD>
</qcs:QAS_RELATED_RECORDS_RESP_MSG>