QAS_RECORDS_REST_GET

Use this service operation to select a list of records, along with the descriptions that you can access.

Request Message: QAS_RECORDS_TEMPL

Element Name Description

SEARCH_STRING

Required element

Search string used for specifying the name or the first few characters of the search criterion definition name.

If no value is entered, a list of all accessible records will be returned.

SEARCH_CRITERION

Required element

Valid search criteria are:

  • RecordName

  • FieldName

  • Description

In the SEARCH_STRING element, enter the record name, field name, or description. Record name is the default criterion.

Instead of Request Messages, please use the format outlined in the doc "QAS Rest Services Test Case Document.doc" with slight modifications outlined below: REST Base URL(use placeholders for server name, port and node as below rather than format in doc): https://<servername>:<port>/PSIGW/RESTListeningConnector/<default local node>/Records.v1/ Available URI Templates (exactly as in doc)... Parameters (rather than "Variables" in doc):... Also, only put in the "Required element" if in my doc there is an asterisk there beside that parameter, "*") From "Response Message" on, it looks good..

Example Request:

https://<servername>:<port>/PSIGW/RESTListeningConnector/<default local node>/Records.v1/getrecords/RecordName?search=PSMSGC

Response Message: QAS_RECORDS_RESP_MSG

Element Name Description

RECORD_NAME

Record name.

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_RECORDS_RESP_MSG xmlns:qcs="http://xmlns.oracle.com/Enterprise/
Tools/schemas/QAS_RECORDS_RESP_MSG.VERSION_1">
    <RECORD>
        <RECORD_NAME>PSMSGCATDEFN</RECORD_NAME>
        <RECORD_DESCRIPTION>Message Catalog</RECORD_DESCRIPTION>
    </RECORD>
</qcs:QAS_RECORDS_RESP_MSG>