QAS_LISTROLE_REST_GET

Use this service operation to get a list of roles, along with descriptions.

Request Message: QAS_LISTROLE_TEMPL

Element name Description

SearchString

Search string used for specifying the role name or the first few characters of the role name. If no value is entered, all roles will be returned. This value is case-sensitive.

Example Request:

This is an example of a request to select all roles that begin with QAS.

https://<servername>:<port> /PSIGW/RESTListeningConnector/<defaultlocal node>/ListRoles.v1/listroles?search=XML

Response Message: QAS_LISTROLE_RESP_MSG

Element Name Description

RoleName

Role name.

Description

Role description.

Example Response:

<?xml version="1.0"?>
<QAS_LISTROLE_RESP_MSG xmlns="http://xmlns.oracle.com/Enterprise/
Tools/schemas/QAS_LISTROLE_RESP_MSG.VERSION_2">
    <QAS_LISTROLE_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
         Tools/schemas/QAS_LISTROLE_RESP.VERSION_1">
            <RoleName>XMLP Power User</RoleName>
            <Description>BIP Power User</Description>
        </PTQASWRK>
    </QAS_LISTROLE_RESP>
    <QAS_LISTROLE_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
         Tools/schemas/QAS_LISTROLE_RESP.VERSION_1">
            <RoleName>XMLP Report Developer</RoleName>
            <Description>BIP Report Developer</Description>
        </PTQASWRK>
    </QAS_LISTROLE_RESP>
    <QAS_LISTROLE_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
        Tools/schemas/QAS_LISTROLE_RESP.VERSION_1">
            <RoleName>XMLP Service User</RoleName>
            <Description>BIP Service User</Description>
        </PTQASWRK>
    </QAS_LISTROLE_RESP>
    <QAS_LISTROLE_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
        Tools/schemas/QAS_LISTROLE_RESP.VERSION_1">
            <RoleName>XMLP_ADMIN</RoleName>
            <Description>BIP Administrator Role</Description>
        </PTQASWRK>
    </QAS_LISTROLE_RESP>
    <QAS_LISTROLE_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
         Tools/schemas/QAS_LISTROLE_RESP.VERSION_1">
            <RoleName>XMLP_ANALYZER_EXCEL</RoleName>
            <Description>BIP Excel Analyzer Role</Description>
        </PTQASWRK>
    </QAS_LISTROLE_RESP>
    <QAS_LISTROLE_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
         Tools/schemas/QAS_LISTROLE_RESP.VERSION_1">
            <RoleName>XMLP_ANALYZER_ONLINE</RoleName>
            <Description>BIP Online Analyzer Role</Description>
        </PTQASWRK>
    </QAS_LISTROLE_RESP>
    <QAS_LISTROLE_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
        Tools/schemas/QAS_LISTROLE_RESP.VERSION_1">
            <RoleName>XMLP_DEVELOPER</RoleName>
            <Description>BIP Developer Role</Description>
        </PTQASWRK>
    </QAS_LISTROLE_RESP>
    <QAS_LISTROLE_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
         Tools/schemas/QAS_LISTROLE_RESP.VERSION_1">
            <RoleName>XMLP_SCHEDULER</RoleName>
            <Description>BIP Scheduler Role</Description>
        </PTQASWRK>
    </QAS_LISTROLE_RESP>
    <QAS_LISTROLE_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
         Tools/schemas/QAS_LISTROLE_RESP.VERSION_1">
            <RoleName>XMLP_TEMPLATE_DESIGNER</RoleName>
            <Description>BIP Template Designer Role</Description>
        </PTQASWRK>
    </QAS_LISTROLE_RESP>
</QAS_LISTROLE_RESP_MSG>