GET api/userprofile/purchasehistory/overview
Get Purchase History Overview
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
| Name | Description | Type | Additional information |
|---|---|---|---|
| Items |
Overview Items |
Collection of OverviewItem |
None. |
| Balance | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"items": [
{
"createdDate": "2025-12-19T01:52:44.0239045+01:00",
"amount": 1.1,
"text": "sample string 2"
},
{
"createdDate": "2025-12-19T01:52:44.0239045+01:00",
"amount": 1.1,
"text": "sample string 2"
}
],
"balance": 1.1
}