Skip to main content
POST
/
history
/
get
Get donation history
curl --request POST \
  --url https://api.example.com/history/get \
  --header 'Content-Type: application/json' \
  --data '
{
  "pageable": {
    "orderBy": [
      {
        "ignoreCase": true,
        "direction": "ASC",
        "property": "<string>",
        "ascending": true
      }
    ],
    "size": 123,
    "sort": {
      "orderBy": [
        {
          "ignoreCase": true,
          "direction": "ASC",
          "property": "<string>",
          "ascending": true
        }
      ]
    },
    "number": 123,
    "mode": "CURSOR_NEXT"
  },
  "command": {
    "systems": [
      "<string>"
    ]
  }
}
'

Body

application/json
pageable
object
command
object

Command to filter history by systems

Response

Successfully retrieved history items