API Reference
ReportDownload
With this operation, it is possible to retrieve a list of report data files that can be downloaded.
IMPORTANT! This SOAP API has a REST replacement which we strongly suggest as alternative. Please use this REST API instead: |
The WSDL is available at the following URL, where the <baseURI> parameter is provided by the operator:
— <baseURI>/dcpapi/ReportDownload?WSDL
EXAMPLE OF API REQUEST:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ⇒
xmlns:rep="http://api.dcp.ericsson.net/reportdownload">
<soapenv:Header/>
<soapenv:Body>
<rep:Query>
<reporttype>CBDETRPT</reporttype>
<fromdate>2014-04-02</fromdate>
<todate>2014-04-18</todate>
</rep:Query>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QueryResponse
xmlns:ns2="http://api.dcp.ericsson.net/reportdownload">
<report>
<url>/api/reportdata?id=1234476899934:Std</url>
<reportDate>2014-04-11T00:00:00.000Z</reportDate>
<size>12452</size>
<reportType>CBDETRPT</reportType>
<reportPeriod>2014-04</reportPeriod>
</report>
</ns2:QueryResponse>
</env:Body>
</env:Envelope>