API Description
- Retrieve all inspection types that is eligible for specified company.
API Endpoint
GET
/api/v1/inspection/inspection-typesQuery Parameters
| Name | DataType | Value |
|---|---|---|
company_token | String | wNpOV47PLkRuS8taZpMaPQDTU |
report_type | String | prop-value |
Responses
🟢 Success
{
"success": true,
"message": "Data retrieved successfully.",
"data": {
"inspectionTypes": [
{
"slug": "interior-w-exterior",
"name": "Interior (w Exterior)",
"pp_platform": "crowdsource",
"public_description": "",
"gla_applicable": "1",
"licensing_applicable": "1"
},
{
"slug": "interior-homeowner-direct",
"name": "Interior - Homeowner Direct",
"pp_platform": "direct",
"public_description": "",
"gla_applicable": "1",
"licensing_applicable": "1"
},
{
"slug": "none",
"name": "None"
}
]
},
"meta": {},
"errors": []
}