EVALReferenceInspection Types

API Description

  • Retrieve all inspection types that is eligible for specified company.

API Endpoint

GET
/api/v1/inspection/inspection-types

Query Parameters

NameDataTypeValue
company_token
StringwNpOV47PLkRuS8taZpMaPQDTU
report_type
Stringprop-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": []
}