GET api/FlockManagement/{id}/prechecks
Gets all mortality records for the given flock management record.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the flock management record. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
All mortalities for the flock management record.
Collection of FlockPrecheck| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
The ID of the record. |
integer |
None. |
| FlockManagementID |
The ID of the flock the precheck is for. |
integer |
None. |
| GrowerHouseID |
The ID of the house the precheck is for. |
integer |
None. |
| FarmTechID |
The ID of the tech that performed the precheck. |
integer |
None. |
| ScheduledFarmTechID |
The ID of the tech that was scheduled to perform the precheck. |
integer |
None. |
| DateChecked |
The date the precheck was performed. |
date |
None. |
| HasContactWithGrower |
Whether or not there was contact with the grower. |
boolean |
None. |
| IsDriveMaintainedAndClear |
States if the drive was maintained and clear. |
boolean |
None. |
| IsTenFootPerimeter |
States if there is a ten foot perimeter. |
boolean |
None. |
| AreBinsClearAndMaintained |
States if bins are clear and maintained. |
boolean |
None. |
| AreFeedBinPadsClear |
States if feed bin pads are clear. |
boolean |
None. |
| AreBirdsLeftFromPreviousFlock |
States if there are any birds left from the previous flock. |
boolean |
None. |
| AreBaitAndRodentTrapsInProperCondition |
States if bait and rodent traps are in proper condition. |
boolean |
None. |
| IsSinkRunningWater |
States if sinks have running water. |
boolean |
None. |
| AreSoapAndPaperTowelsInPlace |
States if soap and paper towels are in place. |
boolean |
None. |
| IsTrashEmptied |
States if the trash has been emptied. |
boolean |
None. |
| IsWorkRoomSwept |
States if the work room has been swept. |
boolean |
None. |
| IsWorkRoomOrganized |
States if the work room is organized. |
boolean |
None. |
| IsWindowWashed |
States if windows have been washed. |
boolean |
None. |
| IsBackupGeneratorLogUpToDate | boolean |
None. |
|
| AreRiserTubesCleaned |
States if riser tubes have been cleaned. |
boolean |
None. |
| AreNipplesAndWaterPressureChecked |
States if nipples and water pressure have been checked. |
boolean |
None. |
| AreDrinkerLinesFlushed |
States if drinker lines have been flushed. |
boolean |
None. |
| AreFeedPansAndLinesClean |
States if feed pans and lines are clean. |
boolean |
None. |
| IsLightingInWorkingOrder |
States if lighting is in working order. |
boolean |
None. |
| IsInsideHouseBlownDown |
States if the inside of the house has been blown down. |
boolean |
None. |
| AreBroodersFreeOfDustAndMaintained |
States if brooders are free of dust and maintained. |
boolean |
None. |
| AreAllFansBlownOff |
States if all fans have been blown off. |
boolean |
None. |
| IsNewLitterInBroodSection |
States if new litter is in place in the brood section. |
boolean |
None. |
| HasRemainingLitterBeenTreated |
States if remaining litter has been treated. |
boolean |
None. |
| IsLitterTreatment |
Whether or not there is litter treatment. |
string |
None. |
| LitterTreatmentNote |
Any note about the litter treatment. |
string |
None. |
| IsDeadBirdDisposalAccordingToGrowerPlan |
Whether or not the dead bird disposal is according to the grower plan. |
boolean |
None. |
| AreThereNoVisibleHolesInWalls |
States if there are no visible holes in the walls. |
boolean |
None. |
| AreDoorsAndOtherOpeningsGood |
States if the doors and other openings are good. |
boolean |
None. |
| AreCurtainDropsAndAlarmsChecked |
States if the curtain drops and alarms have been checked. |
boolean |
None. |
| IsAmmoniaLevelAcceptable |
States if ammonia levels are acceptable. |
boolean |
None. |
| TemperatureBroodingArea |
The temperature in the brooding area. |
decimal number |
None. |
| FloorTemperatureInBroodingArea |
The temperature of the floor in the brooding area. |
decimal number |
None. |
| HumidityPercentage |
The percentage of humidity in the brooding area. |
decimal number |
None. |
| AreBirdScalesCleanedAndCalibrated |
States if the bird scales have been cleaned up, zeroed-out and calibrated. |
boolean |
None. |
| AreFeedAndWaterLinesReady |
States if feed and water lines are ready. |
boolean |
None. |
| InfractionLevelID |
The ID of the infraction level issued during the precheck, if any. |
integer |
None. |
| InfractionPoints |
The number of infraction points associated with the infraction level issued during the precheck. |
integer |
None. |
| InfractionNotes |
The notes pertaining to the infraction points that were issued. |
string |
None. |
| CurrentGrowerInfractionPoints |
The snapshotted total of the grower's current infraction points. |
integer |
None. |
| IsSignatureRequired |
The snapshotted value of the infraction level signature required field. This way if an infraction level is edited, the original value for whether or not to capture/show the signature persists. |
boolean |
None. |
| IsDateToCorrectRequired |
The snapshotted value of the infraction level date to correct required field. This way if an infraction level is edited, the original value for whether or not to capture/show the date to correct persists. |
boolean |
None. |
| DateToCorrect |
If ther was a non-compliance issue, this is the date by which it must be corrected. |
date |
None. |
| AdditionalComments |
Any additional comments regarding the precheck. |
string |
None. |
| Signature |
The signature of the grower (if there was a non-compliance issue). |
Collection of byte |
None. |
| OutsideBroilerHouseComments |
Any outside broiler house comments. |
string |
None. |
| WorkRoomCheckComments |
Any work room check comments. |
string |
None. |
| InsideBroilerHouseComments |
Any inside broiler house comments. |
string |
None. |
| GerberNotes |
Internal notes used by GPI about the precheck. |
string |
None. |
| UniqueIdentifier |
Uniquely identifies this record. This ID is assigned by the individual tablets using the farm tech app. That way, records created from the tablets have a 100% globally unique identifier that allows them to determine if a record on their device already exists on the server. |
string |
None. |
| IsVerified |
States whether or not the precheck has been reviewed and verified that it is ok. |
boolean |
None. |
Response Formats
application/json, text/json
[
{
"ID": 1,
"FlockManagementID": 2,
"GrowerHouseID": 3,
"FarmTechID": 4,
"ScheduledFarmTechID": 5,
"DateChecked": "2026-03-06T22:33:03.9067437-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:33:03.9067437-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
},
{
"ID": 1,
"FlockManagementID": 2,
"GrowerHouseID": 3,
"FarmTechID": 4,
"ScheduledFarmTechID": 5,
"DateChecked": "2026-03-06T22:33:03.9067437-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:33:03.9067437-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
}
]