Web Services Reference for Oracle Billing Insight > Customizing RESTful Resources > Customizing Analytics Resources >

Creating Additional Analytic Resources With the Reporting Engine


The Oracle Billing Insight reporting engine supports many Web services for the GET operation. The reporting engine also includes a separate Velocity template, additional report elements, and attributes to create XML content for Web service responses. All Web service responses created using the reporting engine have a root node of <report> ...</report>. Some of the reporting elements and attributes are as follows:

  • The collectionId attribute of the Transformer element specifies the name of the list, which contains one or more rows of data.
  • The name attribute of the rows element specifies the name for each row returned in the result list.
  • The id attribute of the column element specifies the attribute name of each row and object returned.
  • The rsLink element links from one REST service to another. The link must be appended to the domain and root name to construct a full URL for the accessing additional REST resource. Links are provided to allow drilling down, as well as to navigate from one page result to the next or previous when multiple pages of results are returned.
  • The rsPaging element specifies the page size for the REST services call only. If it is not specified, then the whole query result is returned.
Web Services Reference for Oracle Billing Insight Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.