Skip navigation

API Reference

QueryServiceRequestActivities

With this operation, it is possible to retrieve the activity details of a particular service request.

The WSDL is available at the following URL, where the <baseURI> parameter is provided by the operator:

— <baseURI>/dcpapi/ServiceRequestManagement?WSDL

EXAMPLE OF API REQUEST:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ⇒
xmlns:ser="http://api.dcp.ericsson.net/ServiceRequestManagement">
<soapenv:Header/>
<soapenv:Body>
<ser:QueryServiceRequestActivities>
<serviceRequestId>REQ000000029587</serviceRequestId>
</ser:QueryServiceRequestActivities>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QueryServiceRequestActivitiesResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/ServiceRequestManagement">
<activityLog>
<activityLogId>000000000021907</activityLogId>
<activitySummary>Refer to Attachments for a Report of
IMSI-MSISDN pairs ordered as part of this Order</activitySummary>
<submitDate>2013-12-31T13:37:01Z</submitDate>
<submittedBy>ImpactManager</submittedBy>
<attachmentNames>
<attachmentName>REQ000000029587_INT00014044512.csv</attachmentName>
</attachmentNames>
</activityLog>
</ns2:QueryServiceRequestActivitiesResponse>
</env:Body>
</env:Envelope>