GET api/Inspections/{id}

Returns an inspection by id. Note: Requires a valid access token to be provided in the request's auth header.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Id of inspection.

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns an inspection by id.

CrmInspection
NameDescriptionTypeAdditional information
InspectionReportPDFId

Media Id of the latest Inspection Report PDF

integer

Optional

Areas

List of related areas.

Collection of CrmArea

Optional

Notes

List of related notes.

Collection of CrmNote

Optional

Media

List of media items associated with the inspection.

Collection of CrmMedia

Optional

Name

Name of inspection.

string

Optional

Type

Type of inspection.

string

Optional

Id

Id of inspection.

string

Optional

OriginalInspectionId

Origional Inspection Id.

string

Optional

OriginalJobId

Original Job Id.

string

Optional

StartTime

Start time of inspection.

date

Optional

EndTime

End time of inspection.

date

Optional

HomeObject

Used to reference the related home in CRM.

EntityReference

Optional

StatementOfWork

Statement of work related to inspection.

CrmStatementOfWork

Optional

AssignedInspector

Inspector assigned to this inspection.

CrmUser

Optional

PurchaseHold

Indicates the home has been put on purchase hold.

string

Optional

InspectionStatus

Current status of the inspection.

string

Optional

OwnerId

Id of the owner of the entity in CRM.

EntityReference

Optional

RepairScopeId

Id of the Repair Scope Field in CRM

globally unique identifier

Optional

DueDate

Inspection due date in CRM

date

Optional

ScheduledDate

Inspection scheduled date in CRM

date

Optional

InspectionInstruction

Inspection Instruction

string

Optional

Reference

Used to reference the entity in CRM.

EntityReference

Optional

SystemDate

Current system date of the client that created this object.

date

Optional

CapturedDate

Date and time the client created this object.

date

Optional

Response Formats

application/json, text/json

Sample:
{
  "InspectionReportPDFId": 1,
  "Areas": [
    {
      "InspectionItems": [
        {
          "Measurements": [
            {
              "Type": "sample string 1",
              "Name": "sample string 2",
              "Amount": 1.0,
              "Height": 1.0,
              "Length": 1.0,
              "Width": 1.0,
              "InspectionItemObject": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "IsRequired": true,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            },
            {
              "Type": "sample string 1",
              "Name": "sample string 2",
              "Amount": 1.0,
              "Height": 1.0,
              "Length": 1.0,
              "Width": 1.0,
              "InspectionItemObject": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "IsRequired": true,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            }
          ],
          "ProductsAndServices": [
            "a7266aba-48be-4dbc-8603-98f8a4a0ccc1",
            "fee4fae3-4377-4b3d-b3ab-5da5425858a8"
          ],
          "Notes": [
            {
              "Name": "sample string 1",
              "Content": "sample string 2",
              "CreatedBy": "sample string 3",
              "CreatedOn": "2025-05-23T17:46:34.5168335-05:00",
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            },
            {
              "Name": "sample string 1",
              "Content": "sample string 2",
              "CreatedBy": "sample string 3",
              "CreatedOn": "2025-05-23T17:46:34.5168335-05:00",
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            }
          ],
          "Note": "sample string 1",
          "Name": "sample string 2",
          "Condition": "sample string 3",
          "OccupancyCheck": "sample string 4",
          "Rating": "sample string 5",
          "Rank3": "sample string 6",
          "Rank5": "sample string 7",
          "YesNo": "sample string 8",
          "FenceCheck": "sample string 9",
          "UtilityCheck": "sample string 10",
          "Type": "sample string 11",
          "AreaObject": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "Media": [
            {
              "MediaId": 1,
              "Tags": [
                "sample string 1",
                "sample string 2"
              ],
              "Data": "sample string 2",
              "Name": "sample string 3",
              "Caption": "sample string 4",
              "MediaKey": "sample string 5",
              "Ordinal": 6,
              "MimeType": "sample string 7",
              "Url": "sample string 8",
              "Latitude": 1.1,
              "Longitude": 1.1,
              "IsAnnotation": true,
              "IsThumbnail": true,
              "Height": 1,
              "Width": 1,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            },
            {
              "MediaId": 1,
              "Tags": [
                "sample string 1",
                "sample string 2"
              ],
              "Data": "sample string 2",
              "Name": "sample string 3",
              "Caption": "sample string 4",
              "MediaKey": "sample string 5",
              "Ordinal": 6,
              "MimeType": "sample string 7",
              "Url": "sample string 8",
              "Latitude": 1.1,
              "Longitude": 1.1,
              "IsAnnotation": true,
              "IsThumbnail": true,
              "Height": 1,
              "Width": 1,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            }
          ],
          "Age": 1,
          "LifeExpectancy": 1,
          "IsRequired": true,
          "Designation": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SortOrder": 12,
          "Reference": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
          "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
        },
        {
          "Measurements": [
            {
              "Type": "sample string 1",
              "Name": "sample string 2",
              "Amount": 1.0,
              "Height": 1.0,
              "Length": 1.0,
              "Width": 1.0,
              "InspectionItemObject": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "IsRequired": true,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            },
            {
              "Type": "sample string 1",
              "Name": "sample string 2",
              "Amount": 1.0,
              "Height": 1.0,
              "Length": 1.0,
              "Width": 1.0,
              "InspectionItemObject": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "IsRequired": true,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            }
          ],
          "ProductsAndServices": [
            "a7266aba-48be-4dbc-8603-98f8a4a0ccc1",
            "fee4fae3-4377-4b3d-b3ab-5da5425858a8"
          ],
          "Notes": [
            {
              "Name": "sample string 1",
              "Content": "sample string 2",
              "CreatedBy": "sample string 3",
              "CreatedOn": "2025-05-23T17:46:34.5168335-05:00",
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            },
            {
              "Name": "sample string 1",
              "Content": "sample string 2",
              "CreatedBy": "sample string 3",
              "CreatedOn": "2025-05-23T17:46:34.5168335-05:00",
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            }
          ],
          "Note": "sample string 1",
          "Name": "sample string 2",
          "Condition": "sample string 3",
          "OccupancyCheck": "sample string 4",
          "Rating": "sample string 5",
          "Rank3": "sample string 6",
          "Rank5": "sample string 7",
          "YesNo": "sample string 8",
          "FenceCheck": "sample string 9",
          "UtilityCheck": "sample string 10",
          "Type": "sample string 11",
          "AreaObject": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "Media": [
            {
              "MediaId": 1,
              "Tags": [
                "sample string 1",
                "sample string 2"
              ],
              "Data": "sample string 2",
              "Name": "sample string 3",
              "Caption": "sample string 4",
              "MediaKey": "sample string 5",
              "Ordinal": 6,
              "MimeType": "sample string 7",
              "Url": "sample string 8",
              "Latitude": 1.1,
              "Longitude": 1.1,
              "IsAnnotation": true,
              "IsThumbnail": true,
              "Height": 1,
              "Width": 1,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            },
            {
              "MediaId": 1,
              "Tags": [
                "sample string 1",
                "sample string 2"
              ],
              "Data": "sample string 2",
              "Name": "sample string 3",
              "Caption": "sample string 4",
              "MediaKey": "sample string 5",
              "Ordinal": 6,
              "MimeType": "sample string 7",
              "Url": "sample string 8",
              "Latitude": 1.1,
              "Longitude": 1.1,
              "IsAnnotation": true,
              "IsThumbnail": true,
              "Height": 1,
              "Width": 1,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            }
          ],
          "Age": 1,
          "LifeExpectancy": 1,
          "IsRequired": true,
          "Designation": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SortOrder": 12,
          "Reference": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
          "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
        }
      ],
      "Notes": [
        {
          "Name": "sample string 1",
          "Content": "sample string 2",
          "CreatedBy": "sample string 3",
          "CreatedOn": "2025-05-23T17:46:34.5168335-05:00",
          "Reference": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
          "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
        },
        {
          "Name": "sample string 1",
          "Content": "sample string 2",
          "CreatedBy": "sample string 3",
          "CreatedOn": "2025-05-23T17:46:34.5168335-05:00",
          "Reference": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
          "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
        }
      ],
      "Name": "sample string 1",
      "InspectionObject": {
        "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
        "LogicalName": "sample string 2",
        "Name": "sample string 3"
      },
      "Reference": {
        "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
        "LogicalName": "sample string 2",
        "Name": "sample string 3"
      },
      "Designation": {
        "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
        "LogicalName": "sample string 2",
        "Name": "sample string 3"
      },
      "Media": [
        {
          "MediaId": 1,
          "Tags": [
            "sample string 1",
            "sample string 2"
          ],
          "Data": "sample string 2",
          "Name": "sample string 3",
          "Caption": "sample string 4",
          "MediaKey": "sample string 5",
          "Ordinal": 6,
          "MimeType": "sample string 7",
          "Url": "sample string 8",
          "Latitude": 1.1,
          "Longitude": 1.1,
          "IsAnnotation": true,
          "IsThumbnail": true,
          "Height": 1,
          "Width": 1,
          "Reference": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
          "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
        },
        {
          "MediaId": 1,
          "Tags": [
            "sample string 1",
            "sample string 2"
          ],
          "Data": "sample string 2",
          "Name": "sample string 3",
          "Caption": "sample string 4",
          "MediaKey": "sample string 5",
          "Ordinal": 6,
          "MimeType": "sample string 7",
          "Url": "sample string 8",
          "Latitude": 1.1,
          "Longitude": 1.1,
          "IsAnnotation": true,
          "IsThumbnail": true,
          "Height": 1,
          "Width": 1,
          "Reference": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
          "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
        }
      ],
      "SortOrder": 2,
      "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
      "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
    },
    {
      "InspectionItems": [
        {
          "Measurements": [
            {
              "Type": "sample string 1",
              "Name": "sample string 2",
              "Amount": 1.0,
              "Height": 1.0,
              "Length": 1.0,
              "Width": 1.0,
              "InspectionItemObject": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "IsRequired": true,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            },
            {
              "Type": "sample string 1",
              "Name": "sample string 2",
              "Amount": 1.0,
              "Height": 1.0,
              "Length": 1.0,
              "Width": 1.0,
              "InspectionItemObject": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "IsRequired": true,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            }
          ],
          "ProductsAndServices": [
            "a7266aba-48be-4dbc-8603-98f8a4a0ccc1",
            "fee4fae3-4377-4b3d-b3ab-5da5425858a8"
          ],
          "Notes": [
            {
              "Name": "sample string 1",
              "Content": "sample string 2",
              "CreatedBy": "sample string 3",
              "CreatedOn": "2025-05-23T17:46:34.5168335-05:00",
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            },
            {
              "Name": "sample string 1",
              "Content": "sample string 2",
              "CreatedBy": "sample string 3",
              "CreatedOn": "2025-05-23T17:46:34.5168335-05:00",
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            }
          ],
          "Note": "sample string 1",
          "Name": "sample string 2",
          "Condition": "sample string 3",
          "OccupancyCheck": "sample string 4",
          "Rating": "sample string 5",
          "Rank3": "sample string 6",
          "Rank5": "sample string 7",
          "YesNo": "sample string 8",
          "FenceCheck": "sample string 9",
          "UtilityCheck": "sample string 10",
          "Type": "sample string 11",
          "AreaObject": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "Media": [
            {
              "MediaId": 1,
              "Tags": [
                "sample string 1",
                "sample string 2"
              ],
              "Data": "sample string 2",
              "Name": "sample string 3",
              "Caption": "sample string 4",
              "MediaKey": "sample string 5",
              "Ordinal": 6,
              "MimeType": "sample string 7",
              "Url": "sample string 8",
              "Latitude": 1.1,
              "Longitude": 1.1,
              "IsAnnotation": true,
              "IsThumbnail": true,
              "Height": 1,
              "Width": 1,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            },
            {
              "MediaId": 1,
              "Tags": [
                "sample string 1",
                "sample string 2"
              ],
              "Data": "sample string 2",
              "Name": "sample string 3",
              "Caption": "sample string 4",
              "MediaKey": "sample string 5",
              "Ordinal": 6,
              "MimeType": "sample string 7",
              "Url": "sample string 8",
              "Latitude": 1.1,
              "Longitude": 1.1,
              "IsAnnotation": true,
              "IsThumbnail": true,
              "Height": 1,
              "Width": 1,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            }
          ],
          "Age": 1,
          "LifeExpectancy": 1,
          "IsRequired": true,
          "Designation": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SortOrder": 12,
          "Reference": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
          "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
        },
        {
          "Measurements": [
            {
              "Type": "sample string 1",
              "Name": "sample string 2",
              "Amount": 1.0,
              "Height": 1.0,
              "Length": 1.0,
              "Width": 1.0,
              "InspectionItemObject": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "IsRequired": true,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            },
            {
              "Type": "sample string 1",
              "Name": "sample string 2",
              "Amount": 1.0,
              "Height": 1.0,
              "Length": 1.0,
              "Width": 1.0,
              "InspectionItemObject": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "IsRequired": true,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            }
          ],
          "ProductsAndServices": [
            "a7266aba-48be-4dbc-8603-98f8a4a0ccc1",
            "fee4fae3-4377-4b3d-b3ab-5da5425858a8"
          ],
          "Notes": [
            {
              "Name": "sample string 1",
              "Content": "sample string 2",
              "CreatedBy": "sample string 3",
              "CreatedOn": "2025-05-23T17:46:34.5168335-05:00",
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            },
            {
              "Name": "sample string 1",
              "Content": "sample string 2",
              "CreatedBy": "sample string 3",
              "CreatedOn": "2025-05-23T17:46:34.5168335-05:00",
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            }
          ],
          "Note": "sample string 1",
          "Name": "sample string 2",
          "Condition": "sample string 3",
          "OccupancyCheck": "sample string 4",
          "Rating": "sample string 5",
          "Rank3": "sample string 6",
          "Rank5": "sample string 7",
          "YesNo": "sample string 8",
          "FenceCheck": "sample string 9",
          "UtilityCheck": "sample string 10",
          "Type": "sample string 11",
          "AreaObject": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "Media": [
            {
              "MediaId": 1,
              "Tags": [
                "sample string 1",
                "sample string 2"
              ],
              "Data": "sample string 2",
              "Name": "sample string 3",
              "Caption": "sample string 4",
              "MediaKey": "sample string 5",
              "Ordinal": 6,
              "MimeType": "sample string 7",
              "Url": "sample string 8",
              "Latitude": 1.1,
              "Longitude": 1.1,
              "IsAnnotation": true,
              "IsThumbnail": true,
              "Height": 1,
              "Width": 1,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            },
            {
              "MediaId": 1,
              "Tags": [
                "sample string 1",
                "sample string 2"
              ],
              "Data": "sample string 2",
              "Name": "sample string 3",
              "Caption": "sample string 4",
              "MediaKey": "sample string 5",
              "Ordinal": 6,
              "MimeType": "sample string 7",
              "Url": "sample string 8",
              "Latitude": 1.1,
              "Longitude": 1.1,
              "IsAnnotation": true,
              "IsThumbnail": true,
              "Height": 1,
              "Width": 1,
              "Reference": {
                "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
                "LogicalName": "sample string 2",
                "Name": "sample string 3"
              },
              "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
              "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
            }
          ],
          "Age": 1,
          "LifeExpectancy": 1,
          "IsRequired": true,
          "Designation": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SortOrder": 12,
          "Reference": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
          "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
        }
      ],
      "Notes": [
        {
          "Name": "sample string 1",
          "Content": "sample string 2",
          "CreatedBy": "sample string 3",
          "CreatedOn": "2025-05-23T17:46:34.5168335-05:00",
          "Reference": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
          "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
        },
        {
          "Name": "sample string 1",
          "Content": "sample string 2",
          "CreatedBy": "sample string 3",
          "CreatedOn": "2025-05-23T17:46:34.5168335-05:00",
          "Reference": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
          "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
        }
      ],
      "Name": "sample string 1",
      "InspectionObject": {
        "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
        "LogicalName": "sample string 2",
        "Name": "sample string 3"
      },
      "Reference": {
        "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
        "LogicalName": "sample string 2",
        "Name": "sample string 3"
      },
      "Designation": {
        "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
        "LogicalName": "sample string 2",
        "Name": "sample string 3"
      },
      "Media": [
        {
          "MediaId": 1,
          "Tags": [
            "sample string 1",
            "sample string 2"
          ],
          "Data": "sample string 2",
          "Name": "sample string 3",
          "Caption": "sample string 4",
          "MediaKey": "sample string 5",
          "Ordinal": 6,
          "MimeType": "sample string 7",
          "Url": "sample string 8",
          "Latitude": 1.1,
          "Longitude": 1.1,
          "IsAnnotation": true,
          "IsThumbnail": true,
          "Height": 1,
          "Width": 1,
          "Reference": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
          "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
        },
        {
          "MediaId": 1,
          "Tags": [
            "sample string 1",
            "sample string 2"
          ],
          "Data": "sample string 2",
          "Name": "sample string 3",
          "Caption": "sample string 4",
          "MediaKey": "sample string 5",
          "Ordinal": 6,
          "MimeType": "sample string 7",
          "Url": "sample string 8",
          "Latitude": 1.1,
          "Longitude": 1.1,
          "IsAnnotation": true,
          "IsThumbnail": true,
          "Height": 1,
          "Width": 1,
          "Reference": {
            "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
            "LogicalName": "sample string 2",
            "Name": "sample string 3"
          },
          "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
          "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
        }
      ],
      "SortOrder": 2,
      "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
      "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
    }
  ],
  "Notes": [
    {
      "Name": "sample string 1",
      "Content": "sample string 2",
      "CreatedBy": "sample string 3",
      "CreatedOn": "2025-05-23T17:46:34.5168335-05:00",
      "Reference": {
        "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
        "LogicalName": "sample string 2",
        "Name": "sample string 3"
      },
      "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
      "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
    },
    {
      "Name": "sample string 1",
      "Content": "sample string 2",
      "CreatedBy": "sample string 3",
      "CreatedOn": "2025-05-23T17:46:34.5168335-05:00",
      "Reference": {
        "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
        "LogicalName": "sample string 2",
        "Name": "sample string 3"
      },
      "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
      "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
    }
  ],
  "Media": [
    {
      "MediaId": 1,
      "Tags": [
        "sample string 1",
        "sample string 2"
      ],
      "Data": "sample string 2",
      "Name": "sample string 3",
      "Caption": "sample string 4",
      "MediaKey": "sample string 5",
      "Ordinal": 6,
      "MimeType": "sample string 7",
      "Url": "sample string 8",
      "Latitude": 1.1,
      "Longitude": 1.1,
      "IsAnnotation": true,
      "IsThumbnail": true,
      "Height": 1,
      "Width": 1,
      "Reference": {
        "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
        "LogicalName": "sample string 2",
        "Name": "sample string 3"
      },
      "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
      "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
    },
    {
      "MediaId": 1,
      "Tags": [
        "sample string 1",
        "sample string 2"
      ],
      "Data": "sample string 2",
      "Name": "sample string 3",
      "Caption": "sample string 4",
      "MediaKey": "sample string 5",
      "Ordinal": 6,
      "MimeType": "sample string 7",
      "Url": "sample string 8",
      "Latitude": 1.1,
      "Longitude": 1.1,
      "IsAnnotation": true,
      "IsThumbnail": true,
      "Height": 1,
      "Width": 1,
      "Reference": {
        "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
        "LogicalName": "sample string 2",
        "Name": "sample string 3"
      },
      "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
      "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
    }
  ],
  "Name": "sample string 2",
  "Type": "sample string 3",
  "Id": "sample string 4",
  "OriginalInspectionId": "sample string 5",
  "OriginalJobId": "sample string 6",
  "StartTime": "2025-05-23T17:46:34.5168335-05:00",
  "EndTime": "2025-05-23T17:46:34.5168335-05:00",
  "HomeObject": {
    "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
    "LogicalName": "sample string 2",
    "Name": "sample string 3"
  },
  "StatementOfWork": {
    "StatementOfWorkItems": [
      {
        "Id": "sample string 1",
        "MobileUniqueIdentifier": "sample string 2",
        "StatementOfWorkObject": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "Approved": true,
        "Area": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "InspectionItem": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "AreaDefinition": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "InspectionItemDefinition": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "ProductOrService": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "Cost": 1.0,
        "Quantity": 1.0,
        "TotalCost": 1.0,
        "UnitType": "sample string 3",
        "TenantResponsibilityPercentage": 1.0,
        "Reference": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
        "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
      },
      {
        "Id": "sample string 1",
        "MobileUniqueIdentifier": "sample string 2",
        "StatementOfWorkObject": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "Approved": true,
        "Area": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "InspectionItem": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "AreaDefinition": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "InspectionItemDefinition": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "ProductOrService": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "Cost": 1.0,
        "Quantity": 1.0,
        "TotalCost": 1.0,
        "UnitType": "sample string 3",
        "TenantResponsibilityPercentage": 1.0,
        "Reference": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
        "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
      }
    ],
    "Id": "sample string 1",
    "ApprovalStatus": "sample string 2",
    "ApprovalDate": "2025-05-23T17:46:34.5168335-05:00",
    "ProjectObject": {
      "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
      "LogicalName": "sample string 2",
      "Name": "sample string 3"
    },
    "ProposedEstimatedCost": 1.0,
    "ApprovedEstimatedCost": 1.0,
    "CostVariance": 1.0,
    "ApprovedEstimatedCostPostMarkup": 1.0,
    "Type": "sample string 3",
    "Media": [
      {
        "MediaId": 1,
        "Tags": [
          "sample string 1",
          "sample string 2"
        ],
        "Data": "sample string 2",
        "Name": "sample string 3",
        "Caption": "sample string 4",
        "MediaKey": "sample string 5",
        "Ordinal": 6,
        "MimeType": "sample string 7",
        "Url": "sample string 8",
        "Latitude": 1.1,
        "Longitude": 1.1,
        "IsAnnotation": true,
        "IsThumbnail": true,
        "Height": 1,
        "Width": 1,
        "Reference": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
        "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
      },
      {
        "MediaId": 1,
        "Tags": [
          "sample string 1",
          "sample string 2"
        ],
        "Data": "sample string 2",
        "Name": "sample string 3",
        "Caption": "sample string 4",
        "MediaKey": "sample string 5",
        "Ordinal": 6,
        "MimeType": "sample string 7",
        "Url": "sample string 8",
        "Latitude": 1.1,
        "Longitude": 1.1,
        "IsAnnotation": true,
        "IsThumbnail": true,
        "Height": 1,
        "Width": 1,
        "Reference": {
          "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
          "LogicalName": "sample string 2",
          "Name": "sample string 3"
        },
        "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
        "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
      }
    ],
    "SqftVariance": "sample string 4",
    "Reference": {
      "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
      "LogicalName": "sample string 2",
      "Name": "sample string 3"
    },
    "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
    "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
  },
  "AssignedInspector": {
    "FullName": "sample string 1",
    "FirstName": "sample string 2",
    "MiddleName": "sample string 3",
    "LastName": "sample string 4",
    "MainPhone": "sample string 5",
    "OtherPhone": "sample string 6",
    "HomePhone": "sample string 7",
    "MobilePhone": "sample string 8",
    "PreferredPhone": "sample string 9",
    "Email": "sample string 10",
    "Reference": {
      "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
      "LogicalName": "sample string 2",
      "Name": "sample string 3"
    },
    "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
    "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
  },
  "PurchaseHold": "sample string 7",
  "InspectionStatus": "sample string 8",
  "OwnerId": {
    "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
    "LogicalName": "sample string 2",
    "Name": "sample string 3"
  },
  "RepairScopeId": "596a426b-c6d7-4b80-a1b8-71aa0bf08a0e",
  "DueDate": "2025-05-23T17:46:34.5168335-05:00",
  "ScheduledDate": "2025-05-23T17:46:34.5168335-05:00",
  "InspectionInstruction": "sample string 10",
  "Reference": {
    "Id": "f7d6a3c7-2d8d-4081-86e5-a3c1b68e04cc",
    "LogicalName": "sample string 2",
    "Name": "sample string 3"
  },
  "SystemDate": "2025-05-23T17:46:34.5168335-05:00",
  "CapturedDate": "2025-05-23T17:46:34.5168335-05:00"
}