Get the History for a Claim
Path
GET /claims/{claimNumber}/history
Request Parameters
X-Client-Reference
array
Client reference header
items
string
claimNumber
required
string
claim id of the requested claim
Responses
Request Example
null
Response Example
{
"items": [
{
"id": "string",
"date": "2024-07-23",
"type": "EVENT",
"payment": {
"amount": 0,
"currency": "str"
},
"documentId": "string",
"description": "string"
}
],
"pagination": {
"totalItems": 0
}
}