API Description
- Retrieve all standalone inspection types that is eligible for specified company.
API Endpoint
GET
/api/v1/inspection/inspection-types/standaloneQuery Parameters
| Name | DataType | Value |
|---|---|---|
company_token | String | wNpOV47PLkRuS8taZpMaPQDTU |
Responses
🔴 Internal Server Error
{
"success": true,
"message": "Standalone inspection types retrieved successfully.",
"data": {
"inspectionTypes": [
{
"slug": "interior-w-exterior",
"name": "Interior (w Exterior)",
"pp_platform": "crowdsource",
"public_description": "A full inspection of the interior and exterior of the subject property. Includes a detailed questionnaire on condition, deferred maintenance and other items, together with a large photo set including exterior, address verification, street view, interior, mechanicals, and other",
"gla_applicable": "1",
"licensing_applicable": "1",
"standalone_price": "150.00",
"standalone_price_additional_units": "95.00",
"contact_info_required": "1",
"draw_inspection": "0",
"company_custom_pricing": null
},
{
"slug": "interior-homeowner-direct",
"name": "Interior - Homeowner Direct",
"pp_platform": "direct",
"public_description": "A full inspection of the interior and exterior of the subject property, performed directly by the client or the client's designated representative. This inspection follows the exact requirements and format as our full Interior inspection. A text message will be sent to the point of contact to download the app and complete the inspection. You MUST PROVIDE A CELL PHONE NUMBER.",
"gla_applicable": "1",
"licensing_applicable": "0",
"standalone_price": "80.00",
"standalone_price_additional_units": "10.00",
"contact_info_required": "1",
"draw_inspection": "0",
"company_custom_pricing": null
},
{
"slug": "exterior",
"name": "Exterior",
"pp_platform": "crowdsource",
"public_description": "An inspection of the exterior of a property, typically used in situations where interior access is unavailable (or for vacant lots). Includes a detailed questionnaire on condition, deferred maintenance and other items, together with photos of the exterior and address verification.",
"gla_applicable": "0",
"licensing_applicable": "0",
"standalone_price": "85.00",
"standalone_price_additional_units": "0.00",
"contact_info_required": "0",
"draw_inspection": "0",
"company_custom_pricing": null
},
{
"slug": "draw-inspection",
"name": "Draw",
"pp_platform": "crowdsource",
"public_description": "An inspection of the interior and exterior of a property, for the purpose of verifying completion levels for a lender's approval to release funds for construction. Each order request must be customized with the specific line items to be evaluated for this specific site visit and draw request. The report includes a questionnaire, and assessment of the completion percentage of each draw item requested, and one or more photos of each requested draw item.",
"gla_applicable": "0",
"licensing_applicable": "1",
"standalone_price": "150.00",
"standalone_price_additional_units": "10.00",
"contact_info_required": "1",
"draw_inspection": "1",
"company_custom_pricing": null
},
{
"slug": "draw-inspection-direct",
"name": "Draw - Direct",
"pp_platform": "direct",
"public_description": "An exact copy of our standard Draw Inspection process, form and report. However this is enabled to be conducted by the client or client's designee.",
"gla_applicable": "0",
"licensing_applicable": "0",
"standalone_price": "80.00",
"standalone_price_additional_units": "0.00",
"contact_info_required": "1",
"draw_inspection": "1",
"company_custom_pricing": null
},
{
"slug": "pdi-interior",
"name": "Post-Disaster Interior",
"pp_platform": "crowdsource",
"public_description": "Obtain a full picture of your properties to assess any potential damage that might have occured after a natural disaster",
"gla_applicable": "0",
"licensing_applicable": "0",
"standalone_price": "150.00",
"standalone_price_additional_units": "95.00",
"contact_info_required": "1",
"draw_inspection": "0",
"company_custom_pricing": null
},
{
"slug": "pdi-exterior",
"name": "Post-Disaster Exterior",
"pp_platform": "crowdsource",
"public_description": "Obtain an exterior picture of your properties to assess any potential damage that might have occured after a natural disaster",
"gla_applicable": "0",
"licensing_applicable": "0",
"standalone_price": "85.00",
"standalone_price_additional_units": "0.00",
"contact_info_required": "0",
"draw_inspection": "0",
"company_custom_pricing": null
}
]
},
"meta": {},
"errors": []
}