GET api/FlockManagement/activeHierarchies

Gets all active flock management records but includes their full hierarchy.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of flock management hierarchy records.

Collection of FlockManagementHierarchy
NameDescriptionTypeAdditional information
FlockHouses

A collection of all houses the flock is assigned to.

Collection of FlockHouse

None.

FlockPrechecks

The prechecks on this flock.

Collection of FlockPrecheckHierarchy

None.

FlockInspections

The inspections on this flock.

Collection of FlockInspectionHierarchy

None.

FlockMortalities

The mortalities on this flock.

Collection of FlockMortality

None.

FlockWaterConsumptions

The water consumptions on this flock.

Collection of FlockWaterConsumption

None.

FlockFeedConsumptions

The feed consumptions on this flock.

Collection of FlockFeedConsumption

None.

FlockPlacementSummaries

The placement summaries on this flock.

Collection of FlockPlacementSummary

None.

FlockInfractions

A collection of all infractions that a flock has.

Collection of FlockInfraction

None.

FlockGrowerSupplies

A collection of all grower supplies given for a flock.

Collection of FlockGrowerSupply

None.

ID

The ID of the flock management record.

integer

None.

GrowerNumberID

The ID of the grower this flock record is for.

integer

None.

FlockNumber

The number that uniquely identifies the flock.

integer

None.

PlacementDate

The date the flock was placed at a farm.

date

None.

ChicksExpected

The number of chicks that are expected to be placed at the farm.

integer

None.

ChicksPlaced

The number of chicks that were actually placed at the farm.

integer

None.

IsProcessingComplete

Whether or not processing for this flock is complete. In other words, the flock has been placed, has come back, the birds have been processed and the flock is essentially finished.

boolean

None.

IsSmallBirds

Whether or not this flock is comprised of small birds.

boolean

None.

PlacementNotes

Any notes regarding the placement of the birds when they go to the farm.

string

None.

FarmTechNotes

Any notes specifically for the farm techs for when they go to do inspections of the flock at the farm.

string

None.

GrowoutNotes

Any general notes about the flock while they have been grown out at the farm.

string

None.

BreedType

The type of birds in the flock.

string

None.

PlacementDoa

The number of birds that were dead on arrival during placement.

integer

None.

LastWeighedDate

The date of the last weighing of the birds while at the farm.

date

None.

LastWeight

The weight of the birds at the last weigh date.

decimal number

None.

AITestDate

The date the AI (disease) test was performed on the birds.

date

None.

LoadOrder

The load order for the placement. The load order is just the order in which the trucks carrying the chicks will go from farm to farm in a given day.

string

None.

Modified

The date the flock was last modified.

date

None.

Created

The date the flock was created.

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "FlockHouses": [
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3
      },
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3
      }
    ],
    "FlockPrechecks": [
      {
        "FlockPrecheckImages": [
          {
            "ID": 1,
            "FlockPrecheckID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          },
          {
            "ID": 1,
            "FlockPrecheckID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          }
        ],
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "FarmTechID": 4,
        "ScheduledFarmTechID": 5,
        "DateChecked": "2026-03-06T22:36:03.6961189-05:00",
        "HasContactWithGrower": true,
        "IsDriveMaintainedAndClear": true,
        "IsTenFootPerimeter": true,
        "AreBinsClearAndMaintained": true,
        "AreFeedBinPadsClear": true,
        "AreBirdsLeftFromPreviousFlock": true,
        "AreBaitAndRodentTrapsInProperCondition": true,
        "IsSinkRunningWater": true,
        "AreSoapAndPaperTowelsInPlace": true,
        "IsTrashEmptied": true,
        "IsWorkRoomSwept": true,
        "IsWorkRoomOrganized": true,
        "IsWindowWashed": true,
        "IsBackupGeneratorLogUpToDate": true,
        "AreRiserTubesCleaned": true,
        "AreNipplesAndWaterPressureChecked": true,
        "AreDrinkerLinesFlushed": true,
        "AreFeedPansAndLinesClean": true,
        "IsLightingInWorkingOrder": true,
        "IsInsideHouseBlownDown": true,
        "AreBroodersFreeOfDustAndMaintained": true,
        "AreAllFansBlownOff": true,
        "IsNewLitterInBroodSection": true,
        "HasRemainingLitterBeenTreated": true,
        "IsLitterTreatment": "sample string 31",
        "LitterTreatmentNote": "sample string 32",
        "IsDeadBirdDisposalAccordingToGrowerPlan": true,
        "AreThereNoVisibleHolesInWalls": true,
        "AreDoorsAndOtherOpeningsGood": true,
        "AreCurtainDropsAndAlarmsChecked": true,
        "IsAmmoniaLevelAcceptable": true,
        "TemperatureBroodingArea": 38.0,
        "FloorTemperatureInBroodingArea": 1.0,
        "HumidityPercentage": 1.0,
        "AreBirdScalesCleanedAndCalibrated": true,
        "AreFeedAndWaterLinesReady": true,
        "InfractionLevelID": 1,
        "InfractionPoints": 40,
        "InfractionNotes": "sample string 41",
        "CurrentGrowerInfractionPoints": 42,
        "IsSignatureRequired": true,
        "IsDateToCorrectRequired": true,
        "DateToCorrect": "2026-03-06T22:36:03.6961189-05:00",
        "AdditionalComments": "sample string 45",
        "Signature": "QEA=",
        "OutsideBroilerHouseComments": "sample string 46",
        "WorkRoomCheckComments": "sample string 47",
        "InsideBroilerHouseComments": "sample string 48",
        "GerberNotes": "sample string 49",
        "UniqueIdentifier": "sample string 50",
        "IsVerified": true
      },
      {
        "FlockPrecheckImages": [
          {
            "ID": 1,
            "FlockPrecheckID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          },
          {
            "ID": 1,
            "FlockPrecheckID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          }
        ],
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "FarmTechID": 4,
        "ScheduledFarmTechID": 5,
        "DateChecked": "2026-03-06T22:36:03.6961189-05:00",
        "HasContactWithGrower": true,
        "IsDriveMaintainedAndClear": true,
        "IsTenFootPerimeter": true,
        "AreBinsClearAndMaintained": true,
        "AreFeedBinPadsClear": true,
        "AreBirdsLeftFromPreviousFlock": true,
        "AreBaitAndRodentTrapsInProperCondition": true,
        "IsSinkRunningWater": true,
        "AreSoapAndPaperTowelsInPlace": true,
        "IsTrashEmptied": true,
        "IsWorkRoomSwept": true,
        "IsWorkRoomOrganized": true,
        "IsWindowWashed": true,
        "IsBackupGeneratorLogUpToDate": true,
        "AreRiserTubesCleaned": true,
        "AreNipplesAndWaterPressureChecked": true,
        "AreDrinkerLinesFlushed": true,
        "AreFeedPansAndLinesClean": true,
        "IsLightingInWorkingOrder": true,
        "IsInsideHouseBlownDown": true,
        "AreBroodersFreeOfDustAndMaintained": true,
        "AreAllFansBlownOff": true,
        "IsNewLitterInBroodSection": true,
        "HasRemainingLitterBeenTreated": true,
        "IsLitterTreatment": "sample string 31",
        "LitterTreatmentNote": "sample string 32",
        "IsDeadBirdDisposalAccordingToGrowerPlan": true,
        "AreThereNoVisibleHolesInWalls": true,
        "AreDoorsAndOtherOpeningsGood": true,
        "AreCurtainDropsAndAlarmsChecked": true,
        "IsAmmoniaLevelAcceptable": true,
        "TemperatureBroodingArea": 38.0,
        "FloorTemperatureInBroodingArea": 1.0,
        "HumidityPercentage": 1.0,
        "AreBirdScalesCleanedAndCalibrated": true,
        "AreFeedAndWaterLinesReady": true,
        "InfractionLevelID": 1,
        "InfractionPoints": 40,
        "InfractionNotes": "sample string 41",
        "CurrentGrowerInfractionPoints": 42,
        "IsSignatureRequired": true,
        "IsDateToCorrectRequired": true,
        "DateToCorrect": "2026-03-06T22:36:03.6961189-05:00",
        "AdditionalComments": "sample string 45",
        "Signature": "QEA=",
        "OutsideBroilerHouseComments": "sample string 46",
        "WorkRoomCheckComments": "sample string 47",
        "InsideBroilerHouseComments": "sample string 48",
        "GerberNotes": "sample string 49",
        "UniqueIdentifier": "sample string 50",
        "IsVerified": true
      }
    ],
    "FlockInspections": [
      {
        "FlockInspectionImages": [
          {
            "ID": 1,
            "FlockInspectionID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          },
          {
            "ID": 1,
            "FlockInspectionID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          }
        ],
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "FarmTechID": 4,
        "ScheduledFarmTechID": 5,
        "InspectionDate": "2026-03-06T22:36:03.6961189-05:00",
        "HasContactWithGrower": true,
        "ReasonForVisit": "sample string 8",
        "IfOtherReason": "sample string 9",
        "WeatherConditionID": 10,
        "OutsideTemperature": 11.0,
        "IsOutsideHousekeepingAcceptable": true,
        "AreWorkRoomConditionsAcceptable": true,
        "AreDocumentsAcceptable": true,
        "AreThereRodentsOrInsects": true,
        "IsFlockAppearanceAcceptable": true,
        "IsFlockBehaviorNormal": true,
        "IsFeedBinAreaAcceptable": true,
        "IsFeedAcceptable": true,
        "IsWaterAcceptable": true,
        "IsMedicated": true,
        "IsLitterAcceptable": true,
        "AreDroppingsAcceptable": true,
        "IsVentilationAcceptable": true,
        "VentilationCurtainID": 25,
        "FanID": 26,
        "IsAirQualityAcceptable": true,
        "AreThermalConditionsAcceptable": true,
        "AmmoniaPpm": 29,
        "IsHumidityPercentAcceptable": false,
        "HumidityPercentage": 1.0,
        "AreLeaksAcceptable": true,
        "IsInsideHousekeepingAcceptable": true,
        "InsideTemperature1": 33.0,
        "InsideTemperature2": 1.0,
        "InsideTemperature3": 1.0,
        "LightingHours": 34,
        "IsCareOfSickOrInjuredAcceptable": true,
        "IsCompassionateCareAcceptable": true,
        "AdditionalComments": "sample string 37",
        "Signature": "QEA=",
        "InfractionLevelID": 1,
        "InfractionPoints": 38,
        "InfractionNotes": "sample string 39",
        "CurrentGrowerInfractionPoints": 40,
        "IsSignatureRequired": true,
        "IsDateToCorrectRequired": true,
        "DateToCorrect": "2026-03-06T22:36:03.6961189-05:00",
        "LastWeight": 1.0,
        "Section1Comments": "sample string 43",
        "Section2Comments": "sample string 44",
        "Section3Comments": "sample string 45",
        "Section4Comments": "sample string 46",
        "Section5Comments": "sample string 47",
        "GerberNotes": "sample string 48",
        "UniqueIdentifier": "sample string 49",
        "IsVerified": true
      },
      {
        "FlockInspectionImages": [
          {
            "ID": 1,
            "FlockInspectionID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          },
          {
            "ID": 1,
            "FlockInspectionID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          }
        ],
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "FarmTechID": 4,
        "ScheduledFarmTechID": 5,
        "InspectionDate": "2026-03-06T22:36:03.6961189-05:00",
        "HasContactWithGrower": true,
        "ReasonForVisit": "sample string 8",
        "IfOtherReason": "sample string 9",
        "WeatherConditionID": 10,
        "OutsideTemperature": 11.0,
        "IsOutsideHousekeepingAcceptable": true,
        "AreWorkRoomConditionsAcceptable": true,
        "AreDocumentsAcceptable": true,
        "AreThereRodentsOrInsects": true,
        "IsFlockAppearanceAcceptable": true,
        "IsFlockBehaviorNormal": true,
        "IsFeedBinAreaAcceptable": true,
        "IsFeedAcceptable": true,
        "IsWaterAcceptable": true,
        "IsMedicated": true,
        "IsLitterAcceptable": true,
        "AreDroppingsAcceptable": true,
        "IsVentilationAcceptable": true,
        "VentilationCurtainID": 25,
        "FanID": 26,
        "IsAirQualityAcceptable": true,
        "AreThermalConditionsAcceptable": true,
        "AmmoniaPpm": 29,
        "IsHumidityPercentAcceptable": false,
        "HumidityPercentage": 1.0,
        "AreLeaksAcceptable": true,
        "IsInsideHousekeepingAcceptable": true,
        "InsideTemperature1": 33.0,
        "InsideTemperature2": 1.0,
        "InsideTemperature3": 1.0,
        "LightingHours": 34,
        "IsCareOfSickOrInjuredAcceptable": true,
        "IsCompassionateCareAcceptable": true,
        "AdditionalComments": "sample string 37",
        "Signature": "QEA=",
        "InfractionLevelID": 1,
        "InfractionPoints": 38,
        "InfractionNotes": "sample string 39",
        "CurrentGrowerInfractionPoints": 40,
        "IsSignatureRequired": true,
        "IsDateToCorrectRequired": true,
        "DateToCorrect": "2026-03-06T22:36:03.6961189-05:00",
        "LastWeight": 1.0,
        "Section1Comments": "sample string 43",
        "Section2Comments": "sample string 44",
        "Section3Comments": "sample string 45",
        "Section4Comments": "sample string 46",
        "Section5Comments": "sample string 47",
        "GerberNotes": "sample string 48",
        "UniqueIdentifier": "sample string 49",
        "IsVerified": true
      }
    ],
    "FlockMortalities": [
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "WeekNumber": 4,
        "DayNumber": 5,
        "AmDeaths": 6,
        "PmDeaths": 7,
        "Culls": 8,
        "UniqueIdentifier": "sample string 9"
      },
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "WeekNumber": 4,
        "DayNumber": 5,
        "AmDeaths": 6,
        "PmDeaths": 7,
        "Culls": 8,
        "UniqueIdentifier": "sample string 9"
      }
    ],
    "FlockWaterConsumptions": [
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "DayNumber": 4,
        "MeterReading": 5.0,
        "UniqueIdentifier": "sample string 6"
      },
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "DayNumber": 4,
        "MeterReading": 5.0,
        "UniqueIdentifier": "sample string 6"
      }
    ],
    "FlockFeedConsumptions": [
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "DayNumber": 4,
        "MeterReading": 5,
        "UniqueIdentifier": "sample string 6"
      },
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "DayNumber": 4,
        "MeterReading": 5,
        "UniqueIdentifier": "sample string 6"
      }
    ],
    "FlockPlacementSummaries": [
      {
        "FlockManagementID": 1,
        "GrowerHouseID": 2,
        "PlacedQuantity": 3
      },
      {
        "FlockManagementID": 1,
        "GrowerHouseID": 2,
        "PlacedQuantity": 3
      }
    ],
    "FlockInfractions": [
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "InfractionDate": "2026-03-06T22:36:03.6961189-05:00",
        "Description": "sample string 5",
        "AuditorID": 1,
        "FarmTechID": 1
      },
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "InfractionDate": "2026-03-06T22:36:03.6961189-05:00",
        "Description": "sample string 5",
        "AuditorID": 1,
        "FarmTechID": 1
      }
    ],
    "FlockGrowerSupplies": [
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerSupplyID": 3,
        "Quantity": 4.0,
        "UniqueIdentifier": "sample string 5"
      },
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerSupplyID": 3,
        "Quantity": 4.0,
        "UniqueIdentifier": "sample string 5"
      }
    ],
    "ID": 1,
    "GrowerNumberID": 2,
    "FlockNumber": 3,
    "PlacementDate": "2026-03-06T22:36:03.6961189-05:00",
    "ChicksExpected": 1,
    "ChicksPlaced": 1,
    "IsProcessingComplete": true,
    "IsSmallBirds": true,
    "PlacementNotes": "sample string 6",
    "FarmTechNotes": "sample string 7",
    "GrowoutNotes": "sample string 8",
    "BreedType": "sample string 9",
    "PlacementDoa": 1,
    "LastWeighedDate": "2026-03-06T22:36:03.6961189-05:00",
    "LastWeight": 1.0,
    "AITestDate": "2026-03-06T22:36:03.6961189-05:00",
    "LoadOrder": "sample string 10",
    "Modified": "2026-03-06T22:36:03.6961189-05:00",
    "Created": "2026-03-06T22:36:03.6961189-05:00"
  },
  {
    "FlockHouses": [
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3
      },
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3
      }
    ],
    "FlockPrechecks": [
      {
        "FlockPrecheckImages": [
          {
            "ID": 1,
            "FlockPrecheckID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          },
          {
            "ID": 1,
            "FlockPrecheckID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          }
        ],
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "FarmTechID": 4,
        "ScheduledFarmTechID": 5,
        "DateChecked": "2026-03-06T22:36:03.6961189-05:00",
        "HasContactWithGrower": true,
        "IsDriveMaintainedAndClear": true,
        "IsTenFootPerimeter": true,
        "AreBinsClearAndMaintained": true,
        "AreFeedBinPadsClear": true,
        "AreBirdsLeftFromPreviousFlock": true,
        "AreBaitAndRodentTrapsInProperCondition": true,
        "IsSinkRunningWater": true,
        "AreSoapAndPaperTowelsInPlace": true,
        "IsTrashEmptied": true,
        "IsWorkRoomSwept": true,
        "IsWorkRoomOrganized": true,
        "IsWindowWashed": true,
        "IsBackupGeneratorLogUpToDate": true,
        "AreRiserTubesCleaned": true,
        "AreNipplesAndWaterPressureChecked": true,
        "AreDrinkerLinesFlushed": true,
        "AreFeedPansAndLinesClean": true,
        "IsLightingInWorkingOrder": true,
        "IsInsideHouseBlownDown": true,
        "AreBroodersFreeOfDustAndMaintained": true,
        "AreAllFansBlownOff": true,
        "IsNewLitterInBroodSection": true,
        "HasRemainingLitterBeenTreated": true,
        "IsLitterTreatment": "sample string 31",
        "LitterTreatmentNote": "sample string 32",
        "IsDeadBirdDisposalAccordingToGrowerPlan": true,
        "AreThereNoVisibleHolesInWalls": true,
        "AreDoorsAndOtherOpeningsGood": true,
        "AreCurtainDropsAndAlarmsChecked": true,
        "IsAmmoniaLevelAcceptable": true,
        "TemperatureBroodingArea": 38.0,
        "FloorTemperatureInBroodingArea": 1.0,
        "HumidityPercentage": 1.0,
        "AreBirdScalesCleanedAndCalibrated": true,
        "AreFeedAndWaterLinesReady": true,
        "InfractionLevelID": 1,
        "InfractionPoints": 40,
        "InfractionNotes": "sample string 41",
        "CurrentGrowerInfractionPoints": 42,
        "IsSignatureRequired": true,
        "IsDateToCorrectRequired": true,
        "DateToCorrect": "2026-03-06T22:36:03.6961189-05:00",
        "AdditionalComments": "sample string 45",
        "Signature": "QEA=",
        "OutsideBroilerHouseComments": "sample string 46",
        "WorkRoomCheckComments": "sample string 47",
        "InsideBroilerHouseComments": "sample string 48",
        "GerberNotes": "sample string 49",
        "UniqueIdentifier": "sample string 50",
        "IsVerified": true
      },
      {
        "FlockPrecheckImages": [
          {
            "ID": 1,
            "FlockPrecheckID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          },
          {
            "ID": 1,
            "FlockPrecheckID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          }
        ],
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "FarmTechID": 4,
        "ScheduledFarmTechID": 5,
        "DateChecked": "2026-03-06T22:36:03.6961189-05:00",
        "HasContactWithGrower": true,
        "IsDriveMaintainedAndClear": true,
        "IsTenFootPerimeter": true,
        "AreBinsClearAndMaintained": true,
        "AreFeedBinPadsClear": true,
        "AreBirdsLeftFromPreviousFlock": true,
        "AreBaitAndRodentTrapsInProperCondition": true,
        "IsSinkRunningWater": true,
        "AreSoapAndPaperTowelsInPlace": true,
        "IsTrashEmptied": true,
        "IsWorkRoomSwept": true,
        "IsWorkRoomOrganized": true,
        "IsWindowWashed": true,
        "IsBackupGeneratorLogUpToDate": true,
        "AreRiserTubesCleaned": true,
        "AreNipplesAndWaterPressureChecked": true,
        "AreDrinkerLinesFlushed": true,
        "AreFeedPansAndLinesClean": true,
        "IsLightingInWorkingOrder": true,
        "IsInsideHouseBlownDown": true,
        "AreBroodersFreeOfDustAndMaintained": true,
        "AreAllFansBlownOff": true,
        "IsNewLitterInBroodSection": true,
        "HasRemainingLitterBeenTreated": true,
        "IsLitterTreatment": "sample string 31",
        "LitterTreatmentNote": "sample string 32",
        "IsDeadBirdDisposalAccordingToGrowerPlan": true,
        "AreThereNoVisibleHolesInWalls": true,
        "AreDoorsAndOtherOpeningsGood": true,
        "AreCurtainDropsAndAlarmsChecked": true,
        "IsAmmoniaLevelAcceptable": true,
        "TemperatureBroodingArea": 38.0,
        "FloorTemperatureInBroodingArea": 1.0,
        "HumidityPercentage": 1.0,
        "AreBirdScalesCleanedAndCalibrated": true,
        "AreFeedAndWaterLinesReady": true,
        "InfractionLevelID": 1,
        "InfractionPoints": 40,
        "InfractionNotes": "sample string 41",
        "CurrentGrowerInfractionPoints": 42,
        "IsSignatureRequired": true,
        "IsDateToCorrectRequired": true,
        "DateToCorrect": "2026-03-06T22:36:03.6961189-05:00",
        "AdditionalComments": "sample string 45",
        "Signature": "QEA=",
        "OutsideBroilerHouseComments": "sample string 46",
        "WorkRoomCheckComments": "sample string 47",
        "InsideBroilerHouseComments": "sample string 48",
        "GerberNotes": "sample string 49",
        "UniqueIdentifier": "sample string 50",
        "IsVerified": true
      }
    ],
    "FlockInspections": [
      {
        "FlockInspectionImages": [
          {
            "ID": 1,
            "FlockInspectionID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          },
          {
            "ID": 1,
            "FlockInspectionID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          }
        ],
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "FarmTechID": 4,
        "ScheduledFarmTechID": 5,
        "InspectionDate": "2026-03-06T22:36:03.6961189-05:00",
        "HasContactWithGrower": true,
        "ReasonForVisit": "sample string 8",
        "IfOtherReason": "sample string 9",
        "WeatherConditionID": 10,
        "OutsideTemperature": 11.0,
        "IsOutsideHousekeepingAcceptable": true,
        "AreWorkRoomConditionsAcceptable": true,
        "AreDocumentsAcceptable": true,
        "AreThereRodentsOrInsects": true,
        "IsFlockAppearanceAcceptable": true,
        "IsFlockBehaviorNormal": true,
        "IsFeedBinAreaAcceptable": true,
        "IsFeedAcceptable": true,
        "IsWaterAcceptable": true,
        "IsMedicated": true,
        "IsLitterAcceptable": true,
        "AreDroppingsAcceptable": true,
        "IsVentilationAcceptable": true,
        "VentilationCurtainID": 25,
        "FanID": 26,
        "IsAirQualityAcceptable": true,
        "AreThermalConditionsAcceptable": true,
        "AmmoniaPpm": 29,
        "IsHumidityPercentAcceptable": false,
        "HumidityPercentage": 1.0,
        "AreLeaksAcceptable": true,
        "IsInsideHousekeepingAcceptable": true,
        "InsideTemperature1": 33.0,
        "InsideTemperature2": 1.0,
        "InsideTemperature3": 1.0,
        "LightingHours": 34,
        "IsCareOfSickOrInjuredAcceptable": true,
        "IsCompassionateCareAcceptable": true,
        "AdditionalComments": "sample string 37",
        "Signature": "QEA=",
        "InfractionLevelID": 1,
        "InfractionPoints": 38,
        "InfractionNotes": "sample string 39",
        "CurrentGrowerInfractionPoints": 40,
        "IsSignatureRequired": true,
        "IsDateToCorrectRequired": true,
        "DateToCorrect": "2026-03-06T22:36:03.6961189-05:00",
        "LastWeight": 1.0,
        "Section1Comments": "sample string 43",
        "Section2Comments": "sample string 44",
        "Section3Comments": "sample string 45",
        "Section4Comments": "sample string 46",
        "Section5Comments": "sample string 47",
        "GerberNotes": "sample string 48",
        "UniqueIdentifier": "sample string 49",
        "IsVerified": true
      },
      {
        "FlockInspectionImages": [
          {
            "ID": 1,
            "FlockInspectionID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          },
          {
            "ID": 1,
            "FlockInspectionID": 2,
            "Image": "QEA=",
            "DateTaken": "2026-03-06T22:36:03.6961189-05:00",
            "UniqueIdentifier": "sample string 4"
          }
        ],
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "FarmTechID": 4,
        "ScheduledFarmTechID": 5,
        "InspectionDate": "2026-03-06T22:36:03.6961189-05:00",
        "HasContactWithGrower": true,
        "ReasonForVisit": "sample string 8",
        "IfOtherReason": "sample string 9",
        "WeatherConditionID": 10,
        "OutsideTemperature": 11.0,
        "IsOutsideHousekeepingAcceptable": true,
        "AreWorkRoomConditionsAcceptable": true,
        "AreDocumentsAcceptable": true,
        "AreThereRodentsOrInsects": true,
        "IsFlockAppearanceAcceptable": true,
        "IsFlockBehaviorNormal": true,
        "IsFeedBinAreaAcceptable": true,
        "IsFeedAcceptable": true,
        "IsWaterAcceptable": true,
        "IsMedicated": true,
        "IsLitterAcceptable": true,
        "AreDroppingsAcceptable": true,
        "IsVentilationAcceptable": true,
        "VentilationCurtainID": 25,
        "FanID": 26,
        "IsAirQualityAcceptable": true,
        "AreThermalConditionsAcceptable": true,
        "AmmoniaPpm": 29,
        "IsHumidityPercentAcceptable": false,
        "HumidityPercentage": 1.0,
        "AreLeaksAcceptable": true,
        "IsInsideHousekeepingAcceptable": true,
        "InsideTemperature1": 33.0,
        "InsideTemperature2": 1.0,
        "InsideTemperature3": 1.0,
        "LightingHours": 34,
        "IsCareOfSickOrInjuredAcceptable": true,
        "IsCompassionateCareAcceptable": true,
        "AdditionalComments": "sample string 37",
        "Signature": "QEA=",
        "InfractionLevelID": 1,
        "InfractionPoints": 38,
        "InfractionNotes": "sample string 39",
        "CurrentGrowerInfractionPoints": 40,
        "IsSignatureRequired": true,
        "IsDateToCorrectRequired": true,
        "DateToCorrect": "2026-03-06T22:36:03.6961189-05:00",
        "LastWeight": 1.0,
        "Section1Comments": "sample string 43",
        "Section2Comments": "sample string 44",
        "Section3Comments": "sample string 45",
        "Section4Comments": "sample string 46",
        "Section5Comments": "sample string 47",
        "GerberNotes": "sample string 48",
        "UniqueIdentifier": "sample string 49",
        "IsVerified": true
      }
    ],
    "FlockMortalities": [
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "WeekNumber": 4,
        "DayNumber": 5,
        "AmDeaths": 6,
        "PmDeaths": 7,
        "Culls": 8,
        "UniqueIdentifier": "sample string 9"
      },
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "WeekNumber": 4,
        "DayNumber": 5,
        "AmDeaths": 6,
        "PmDeaths": 7,
        "Culls": 8,
        "UniqueIdentifier": "sample string 9"
      }
    ],
    "FlockWaterConsumptions": [
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "DayNumber": 4,
        "MeterReading": 5.0,
        "UniqueIdentifier": "sample string 6"
      },
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "DayNumber": 4,
        "MeterReading": 5.0,
        "UniqueIdentifier": "sample string 6"
      }
    ],
    "FlockFeedConsumptions": [
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "DayNumber": 4,
        "MeterReading": 5,
        "UniqueIdentifier": "sample string 6"
      },
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "DayNumber": 4,
        "MeterReading": 5,
        "UniqueIdentifier": "sample string 6"
      }
    ],
    "FlockPlacementSummaries": [
      {
        "FlockManagementID": 1,
        "GrowerHouseID": 2,
        "PlacedQuantity": 3
      },
      {
        "FlockManagementID": 1,
        "GrowerHouseID": 2,
        "PlacedQuantity": 3
      }
    ],
    "FlockInfractions": [
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "InfractionDate": "2026-03-06T22:36:03.6961189-05:00",
        "Description": "sample string 5",
        "AuditorID": 1,
        "FarmTechID": 1
      },
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerHouseID": 3,
        "InfractionDate": "2026-03-06T22:36:03.6961189-05:00",
        "Description": "sample string 5",
        "AuditorID": 1,
        "FarmTechID": 1
      }
    ],
    "FlockGrowerSupplies": [
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerSupplyID": 3,
        "Quantity": 4.0,
        "UniqueIdentifier": "sample string 5"
      },
      {
        "ID": 1,
        "FlockManagementID": 2,
        "GrowerSupplyID": 3,
        "Quantity": 4.0,
        "UniqueIdentifier": "sample string 5"
      }
    ],
    "ID": 1,
    "GrowerNumberID": 2,
    "FlockNumber": 3,
    "PlacementDate": "2026-03-06T22:36:03.6961189-05:00",
    "ChicksExpected": 1,
    "ChicksPlaced": 1,
    "IsProcessingComplete": true,
    "IsSmallBirds": true,
    "PlacementNotes": "sample string 6",
    "FarmTechNotes": "sample string 7",
    "GrowoutNotes": "sample string 8",
    "BreedType": "sample string 9",
    "PlacementDoa": 1,
    "LastWeighedDate": "2026-03-06T22:36:03.6961189-05:00",
    "LastWeight": 1.0,
    "AITestDate": "2026-03-06T22:36:03.6961189-05:00",
    "LoadOrder": "sample string 10",
    "Modified": "2026-03-06T22:36:03.6961189-05:00",
    "Created": "2026-03-06T22:36:03.6961189-05:00"
  }
]