GET
/
v1
/
asset-types-to-assessment-types
curl --request GET \
  --url https://sandbox.api.24hourinspections.com/v1/asset-types-to-assessment-types
[
  {
    "id": "<string>",
    "master_id": "<string>",
    "assessment_type_id": "<string>",
    "asset_type_id": "<string>",
    "availability": {},
    "created_at": "2023-11-07T05:31:56Z",
    "created_by": "<string>",
    "is_active": true
  }
]

Overview

This route is commonly used to identify valid UUID combinations for asset_types and assessment_types, which are required inputs when creating an order.

Pro Tip: assessments are commonly called inspections.

Asset Types

An asset is any physical thing made of atoms that can be inspected by a 3rd party. Real estate assets are usually identified by a location such as a postal address. Common asset_types include the following:

Short NameDescription
SFRSingle-family residential homes designed for one family unit
MFRMulti-family residential buildings containing two or more separate living units
MOD/MHModular or manufactured homes built in a factory and transported to site
CommercialCommercial properties like hotels, retail spaces, or office buildings
Mixed UseProperties combining residential and commercial spaces in a single building

Assessment Types

An assessment is a structured review of an asset. Each assessment_type is treated as a unique product depending on the nature of the assessment and evidence-collection method.

See our Guide

See our Creating Your First Order guide for a better understanding of how to use this route.

Query Parameters

include
object
filters
object
page
number
default:1
Required range: x >= 1
limit
number
default:20
Required range: 1 <= x <= 200
q
string
Required string length: 1 - 100
sort
string
Required string length: 1 - 50

Response

200 - application/json
get list of records
id
string
required
assessment_type_id
string
required
asset_type_id
string
required
created_at
string
required
created_by
string
required
is_active
boolean
required
master_id
string
availability
object