GET api/userprofile/purchasehistory/overview

Get Purchase History Overview

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

NameDescriptionTypeAdditional information
Items

Overview Items

None.

Response Formats

application/json, text/json

Sample:
{
  "items": [
    {
      "createdDate": "2025-07-31T11:09:27.5198978+02:00",
      "amount": 1.1,
      "text": "sample string 2"
    },
    {
      "createdDate": "2025-07-31T11:09:27.5198978+02:00",
      "amount": 1.1,
      "text": "sample string 2"
    }
  ],
  "balance": 1.1
}