GET api/support/getMyData/excel?partnerId={partnerId}&msisdn={msisdn}&api-version=2.0
Fetches all transactions for a given phone number made towards a given partner. Includes all fields potentially containing private information.
Request Information
URI Parameters
| Name | Description | Type | Required | Additional information |
|---|---|---|---|---|
| partnerId |
The ID of the partner. |
integer |
Required |
|
| msisdn |
The MSISDN of the end user. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns an xls file containing collection of transaction entries.
HttpResponseMessage| Name | Description | Type | Required | Additional information |
|---|---|---|---|---|
| Version | Version |
None. |
||
| Content | HttpContent |
None. |
||
| StatusCode | HttpStatusCode |
None. |
||
| ReasonPhrase | string |
None. |
||
| Headers | Collection of Object |
None. |
||
| RequestMessage | HttpRequestMessage |
None. |
||
| IsSuccessStatusCode | boolean |
None. |