get
GET /openwowi/v1.2/CommercialInventory/SafetyInspections HTTP/1.1
Host: 
Accept: */*
[
  {
    "BuildingLand": {
      "Id": 1,
      "IdNum": "text",
      "BuildingLandType": "text"
    },
    "Id": 1,
    "InspectionDate": "2025-04-26",
    "InspectionPeriodFrom": "2025-04-26",
    "InspectionPeriodTo": "2025-04-26",
    "EconomicUnit": {
      "Id": 1,
      "IdNum": "text"
    },
    "EstateAddress": {
      "Zip": "text",
      "Town": "text",
      "Street": "text",
      "HouseNumber": "text",
      "HouseNumberAddition": "text",
      "CountryId": 1,
      "CountryCode": "text",
      "StreetComplete": "text",
      "HouseNumberComplete": "text"
    },
    "CompanyCode": {
      "Id": 1,
      "Name": "text",
      "Code": "text"
    },
    "ProtocolFile": {
      "Id": 1,
      "Guid": "123e4567-e89b-12d3-a456-426614174000",
      "Filename": "text"
    },
    "PersonAuditor": {
      "Id": 1,
      "IdNum": "text"
    },
    "Results": [
      {
        "Id": 1,
        "Name": "text",
        "Unavailable": true,
        "IsOperative": true,
        "InImminentDanger": true,
        "Commission": {
          "Id": 1,
          "IdNum": "text",
          "Code": "text",
          "RecordingDate": "2025-04-26",
          "ReleaseDate": "2025-04-26",
          "PlacingDate": "2025-04-26",
          "AcceptanceDate": "2025-04-26",
          "CompletionDate": "2025-04-26",
          "CommissionType": {
            "Id": 1,
            "Code": "text"
          },
          "CommissionStatus": {
            "Id": 1,
            "Code": "text"
          }
        }
      }
    ]
  }
]