Quantcast
Channel: Support & Bugs - Matomo forums
Viewing all articles
Browse latest Browse all 5706

Reporting API and XML bulk request result

$
0
0

@marsman wrote:

I’ve tried to use the reporting API with API.getBulkRequest nesting 2 different simple requests and format XML. The XML response contains a row element for each of these nested results. But because there is no quantifier on the row element, its not easy or maybe impossible to unmarshall/map it to the according result objects (with Java JAXB or Jackson for example).

<result>
  <row>
    <!-- Response 1 -->
  </row>
  <row>
    <!-- Response 2 -->
  </row>
</result>

Any idea to solve this problem? Or will the Matomo developers maybe add an attribute to those row elements in the next release?

Thanks in advance, Titus

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 5706

Trending Articles