riverty logo

Docs

Get the History for a Claim

Path

GET /claims/{claimNumber}/history
Successful Request

Request Example

    
        null
    

Response Example

    
        {
 "items": [
  {
   "id": "string",
   "date": "2024-07-23",
   "description": "string",
   "payment": {
    "amount": 0,
    "currency": "str"
   },
   "documentId": "string",
   "type": "EVENT"
  }
 ],
 "pagination": {
  "totalItems": 0
 }
}