Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

SOAP API call, get report listing

Question
11
Views
0
Comments
DentsplySirona
DentsplySirona Rank 4 - Community Specialist

I am trying to call our Oracle BI SOAP APIs to get a directory listing.  I can call the web service but it will only return the folders and not the reports.   I have read the documentation but cannot determine the parameters to use.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v6="urn://oracle.bi.webservices/v6">

   <soapenv:Header/>

   <soapenv:Body>

      <v6:getSubItems>

         <v6:path>/shared/Testing</v6:path>

         <v6:mask>*</v6:mask>

         <v6:resolveLinks>TRUE</v6:resolveLinks>

         <v6:options>

            <v6:filter>

               <!--Zero or more repetitions:-->

               <v6:itemInfoFilters>

                  <v6:name></v6:name>

                  <v6:value></v6:value>

               </v6:itemInfoFilters>

               <v6:dummy>*</v6:dummy>

            </v6:filter>

            <v6:includeACL>FALSE</v6:includeACL>

            <v6:withPermission>*</v6:withPermission>

            <v6:withPermissionMask>*</v6:withPermissionMask>

            <v6:withAttributes>*</v6:withAttributes>

            <v6:withAttributesMask>*</v6:withAttributesMask>

         </v6:options>

         <v6:sessionID>*********************************************</v6:sessionID>

      </v6:getSubItems>

   </soapenv:Body>

</soapenv:Envelope>