API Description
- Retrieve Response.
POST
/api/v1/order/get-responseQuery Parameters
| Name | DataType | Value |
|---|---|---|
| intake_token | String | value |
| order_token | String | value |
Responses
🟢 Success
{
"success": true,
"message": "Data retrieved successfully.",
"data": {
"responses": [
{
"order_token": "rzveluBHF5FhFAk0V6j01732688698166",
"property_address": {
"unit_number": null,
"address": "1140 View Drive",
"address_line_2": null,
"city": "Maryville",
"state": "TN",
"postal_code": "37801",
"asset_ref_id": null
},
"property_specs": {
"above_grade_sqft": 2282,
"below_grade_sqft": 0,
"beds": 3,
"baths": 2,
"year_built": "1965",
"lot_size": 10454,
"stories": "1.00",
"garage": 0,
"key_flags": {
"golf_course": null,
"pool": "0",
"water_front": null
}
},
"market_information": {
"zip_code_category": "Rural",
"demand_score": 87,
"demand_score_level": "Very Strong",
"inventory": "1.5 months",
"medianTTS": "52 days",
"remodeled": "67.4%"
},
"confidence_score": {
"fsd_score": "4.38",
"fsd_confidence_score": 95.62,
"rv_confidence": "41",
"data_quality": "81.9",
"application_score": "7.81"
},
"subject_condition_rating": {
"overall_condition": "5.00",
"kitchen": "N/A",
"baths": "N/A",
"interior": "N/A",
"exterior": "N/A"
},
"results": {
"commentary": {
"market": "market",
"subject_property": "dubject",
"budget": "",
"valuation": "",
"recommendations": ""
},
"valuation_summary": {
"current_condition": "Poor",
"estimated_as_is_value": "$90,000"
},
"renovation_strategies": [
{
"title": "ARV",
"min": "$164,700",
"partial": "$191,700",
"full": "$225,400",
"best": "$164,700"
},
{
"title": "As Is Value",
"min": "$90,000",
"partial": "$90,000",
"full": "$90,000",
"best": "$90,000"
},
{
"title": "Rehab",
"min": "$51,620",
"partial": "$70,419",
"full": "$94,037",
"best": "$51,620"
},
{
"title": "$/sqft",
"min": "$29",
"partial": "$39",
"full": "$52",
"best": "$29"
},
{
"title": "Basis",
"min": "$141,620",
"partial": "$160,419",
"full": "$184,037",
"best": "$141,620"
},
{
"title": "Net Lift",
"min": "$23,080",
"partial": "$31,281",
"full": "$41,363",
"best": "$23,080"
},
{
"title": "Gross Return",
"min": "16.30%",
"partial": "19.50%",
"full": "22.48%",
"best": "16.30%"
},
{
"title": "",
"min": "",
"partial": "",
"full": "",
"best": ""
},
{
"title": "Rehab Time",
"min": 48,
"partial": 66,
"full": 88,
"best": 48
},
{
"title": "Estim TTS",
"min": 60,
"partial": 198,
"full": 95,
"best": 60
},
{
"title": "Cushion",
"min": "30",
"partial": "30",
"full": "30",
"best": "30"
},
{
"title": "Total Time",
"min": 138,
"partial": 294,
"full": 213,
"best": 138
},
{
"title": "Annualized Return",
"min": "1.43x",
"partial": "1.24x",
"full": "1.39x",
"best": "1.43x"
}
],
"budget_line_items": [
{
"line_itme": "obtain necessary",
"category": "Permits",
"description": null,
"total_cost": "$3,000",
"cost_allocation": {
"heavy_repair": "$0",
"deferred_maintenance": "$0",
"upgrades": "$0",
"reconfiguration": "$0",
"soft_cost": "$3,000"
}
},
{
"line_itme": "Remove damaged drywall flooring old fixtures and other non-functional elements",
"category": "Demolition",
"description": null,
"total_cost": "$5,000",
"cost_allocation": {
"heavy_repair": "$5,000",
"deferred_maintenance": "$0",
"upgrades": "$0",
"reconfiguration": "$0",
"soft_cost": "$0"
}
},
{
"line_itme": "Repair framing needed and replace damaged roofing with asphalt shingles",
"category": "Roof",
"description": null,
"total_cost": "$9,000",
"cost_allocation": {
"heavy_repair": "$9,000",
"deferred_maintenance": "$0",
"upgrades": "$0",
"reconfiguration": "$0",
"soft_cost": "$0"
}
},
{
"line_itme": "Repair visible cracks and ensure the foundation is stable and safe",
"category": "Foundation",
"description": null,
"total_cost": "$6,000",
"cost_allocation": {
"heavy_repair": "$6,000",
"deferred_maintenance": "$0",
"upgrades": "$0",
"reconfiguration": "$0",
"soft_cost": "$0"
}
}
]
}
}
]
},
"meta": {},
"errors": []
}