Get all claims
GET/v1/claims
Get all claims
Request
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- Array [
- ]
- ]
data object[]
ID of the claim
Date of the accident
Time of the accident
Location of the accident
Description of the accident
Status of the claim
Damages recorded in the vehicle
bank_details object
Bank details of the user for payment
Name of the bank
Name of the account
Number of the account
pre_evaluation PreEvaluationResponse
Chassis number of the vehicle
Manufacturer of the vehicle
Model of the vehicle
Year of manufacture of the vehicle
Color of the vehicle
Engine number of the vehicle
Usage of the vehicle
License number of the vehicle
License expiry date of the vehicle
Value of the vehicle
Currency of the vehicle value
Type of the vehicle
vehicle_details object[]
Details of the vehicle
URL of the vehicle
Side of the vehicle
Registration number of the vehicle
Type of assessment
Date of creation of the pre-evaluation
Reference of the pre-evaluation
files object[]
Files of the pre-evaluation
URL of the file
Side of the file
Status of the file
{
"data": [
{
"id": 0,
"date": "string",
"time": "string",
"location": "string",
"description": "string",
"status": "string",
"damages": "string",
"bank_details": {
"bank_name": "string",
"account_name": "string",
"account_number": "string"
},
"pre_evaluation": {
"chassis_number": "string",
"manufacturer": "string",
"model": "string",
"year": "string",
"color": "string",
"engine_no": "string",
"usage": "string",
"license_number": "string",
"license_expiry": "string",
"vehicle_value": "string",
"vehicle_value_currency": "string",
"vehicle_type": "string",
"vehicle_details": [
{
"url": "string",
"side": "string"
}
],
"vehicle_regno": "string",
"assessment_type": "string",
"created_at": "string",
"ref": "string",
"files": [
{
"url": "string",
"side": "string",
"status": "string"
}
]
}
}
]
}
Bad request.
- application/json
- Schema
- Example (from schema)
Schema
{
"message": "400 Bad Request (Client Error)"
}