QAS_TREES_REST_GET
This service operation returns the list of PeopleSoft trees that are accessible to the user.
Request Message: QAS_TREES_TEMPL
| Element Name | Description |
|---|---|
|
SEARCH_STRING Required element |
Complete tree name or the first few letters of the name. If no value is entered, a list of all accessible tress will be returned. |
Example Request:
This request returns all trees that start with QE_J.
https://<servername>:<port>/PSIGW/RESTListeningConnector/<default
local node>/Trees.v1/gettrees?search=QE_J
Response Message: QAS_ TREES_REST_RESP_MSG
| Element Name | Description |
|---|---|
|
TREE_NAME |
Tree name. |
|
TREE_DESCRIPTION |
Tree description. |
|
TREE_SET_ID |
Set ID. |
|
TREE_SET_CONTROL_VALUE |
Set control value. |
|
TREE_EFFECTIVE_DATE |
Effective date. |
|
INFO_MESSAGE |
Returns information about the request. For example if the criterion in the request is incorrect or if no trees meet the criteria, a message indicating the error is returned. |
Example Response:
<?xml version="1.0"?>
<qcs:QAS_TREES_RESP_MSG xmlns:qcs="http://xmlns.oracle.com/
Enterprise/Tools/schemas/QAS_TREES_RESP_MSG.VERSION_1">
<TREE>
<TREE_NAME>QE_JOBCODES</TREE_NAME>
<TREE_DESCRIPTION>JobCodes</TREE_DESCRIPTION>
<TREE_SET_ID/>
<TREE_SET_CONTROL_VALUE/>
<TREE_EFFECTIVE_DATE>1999-01-01</TREE_EFFECTIVE_DATE>
</TREE>
</qcs:QAS_TREES_RESP_MSG>