GET v2/fertilization-events/{id}.{ext}

Returns a fertilization event

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

fertilization event ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

FertilizationEventEditViewModel
NameDescriptionTypeAdditional information
CropStages

a list of crop stages

Collection of CropStageJSONModel

None.

CommodityTypeId

commodity type ID

integer

None.

Fertilizers

a list of fertilizers

Collection of FertilizerBasic

None.

SoilSamples

a list of soil sample events

Collection of SoilSampleEventDropdownModel

None.

startDate

planting start date

date

None.

endDate

planting end date

date

None.

HarvestDate

planting harvest date

date

None.

NFertilizationRecommended

CropManage recommended N amount, in lbs N/acre

decimal number

None.

NPercentage

N percentage used to convert between lbs N/acre and fertilizer unit

decimal number

None.

managerNRecommendation

manager recommended N amount in lbs N/acre

decimal number

None.

ManagerFertilizerAmount

manager recommended N amount, in fertilizer units

decimal number

None.

CropStageId

crop stage ID

integer

None.

DaysToNextFertilization

days to next fertilization

integer

None.

FertilizationsPerMonth

fertilizations per month (used for commodities like strawberries)

integer

None.

EventDate

event date

date

None.

FertilizerApplied

applied amount

decimal number

None.

NApplied

Applied amount, in lbs N/acre

decimal number

None.

FertilizerId

fertilizer ID

integer

None.

SoilSampleEventDate

soil sample event date

date

None.

IrrigationAmount

irrigation amount (used to calculate N in water)

decimal number

None.

IrrigationMethodId

irrigation method

integer

None.

IrrigationEventDate

irrigation event date

date

None.

NAppliedFromWater

N applied from water

decimal number

None.

UseWells

If true, use wells. Otherwise, use a user specified amount

boolean

None.

PPMTotal

PPM total

decimal number

None.

IrrigationRecommendation

irrigation recommendation (used for N in water)

decimal number

None.

lastIrrigationMethod

last irrigation method

integer

None.

ratio

ratio (irrigation ratio)

decimal number

None.

YieldTarget

yield target

decimal number

None.

LastUpdated

last updated date

string

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "CropStages": [
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    }
  ],
  "CommodityTypeId": 1,
  "Fertilizers": [
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    }
  ],
  "SoilSamples": [
    {
      "Id": 1,
      "Name": "sample string 2",
      "N": 3.0,
      "Date": "2025-04-18T10:13:47.4389905-07:00"
    },
    {
      "Id": 1,
      "Name": "sample string 2",
      "N": 3.0,
      "Date": "2025-04-18T10:13:47.4389905-07:00"
    }
  ],
  "startDate": "2025-04-18T10:13:47.4389905-07:00",
  "endDate": "2025-04-18T10:13:47.4389905-07:00",
  "HarvestDate": "2025-04-18T10:13:47.4389905-07:00",
  "NFertilizationRecommended": 1.0,
  "NPercentage": 5.0,
  "managerNRecommendation": 1.0,
  "ManagerFertilizerAmount": 1.0,
  "CropStageId": 1,
  "DaysToNextFertilization": 1,
  "FertilizationsPerMonth": 1,
  "EventDate": "2025-04-18T10:13:47.4389905-07:00",
  "FertilizerApplied": 1.0,
  "NApplied": 1.0,
  "FertilizerId": 7,
  "SoilSampleEventDate": "2025-04-18T10:13:47.4389905-07:00",
  "IrrigationAmount": 1.0,
  "IrrigationMethodId": 1,
  "IrrigationEventDate": "2025-04-18T10:13:47.4389905-07:00",
  "NAppliedFromWater": 1.0,
  "UseWells": true,
  "PPMTotal": 1.0,
  "IrrigationRecommendation": 1.0,
  "lastIrrigationMethod": 8,
  "ratio": 9.0,
  "YieldTarget": 1.0,
  "LastUpdated": "sample string 10"
}

application/xml, text/xml

Sample:
<FertilizationEventEditViewModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <CropStages>
    <CropStageJSONModel>
      <Id>1</Id>
      <Name>sample string 2</Name>
    </CropStageJSONModel>
    <CropStageJSONModel>
      <Id>1</Id>
      <Name>sample string 2</Name>
    </CropStageJSONModel>
  </CropStages>
  <CommodityTypeId>1</CommodityTypeId>
  <Fertilizers>
    <FertilizerBasic>
      <Id>1</Id>
      <Name>sample string 2</Name>
    </FertilizerBasic>
    <FertilizerBasic>
      <Id>1</Id>
      <Name>sample string 2</Name>
    </FertilizerBasic>
  </Fertilizers>
  <SoilSamples>
    <SoilSampleEventDropdownModel>
      <Id>1</Id>
      <Name>sample string 2</Name>
      <N>3</N>
      <Date>2025-04-18T10:13:47.4389905-07:00</Date>
    </SoilSampleEventDropdownModel>
    <SoilSampleEventDropdownModel>
      <Id>1</Id>
      <Name>sample string 2</Name>
      <N>3</N>
      <Date>2025-04-18T10:13:47.4389905-07:00</Date>
    </SoilSampleEventDropdownModel>
  </SoilSamples>
  <startDate>2025-04-18T10:13:47.4389905-07:00</startDate>
  <endDate>2025-04-18T10:13:47.4389905-07:00</endDate>
  <HarvestDate>2025-04-18T10:13:47.4389905-07:00</HarvestDate>
  <NFertilizationRecommended>1</NFertilizationRecommended>
  <NPercentage>5</NPercentage>
  <managerNRecommendation>1</managerNRecommendation>
  <ManagerFertilizerAmount>1</ManagerFertilizerAmount>
  <CropStageId>1</CropStageId>
  <DaysToNextFertilization>1</DaysToNextFertilization>
  <FertilizationsPerMonth>1</FertilizationsPerMonth>
  <EventDate>2025-04-18T10:13:47.4389905-07:00</EventDate>
  <FertilizerApplied>1</FertilizerApplied>
  <NApplied>1</NApplied>
  <FertilizerId>7</FertilizerId>
  <SoilSampleEventDate>2025-04-18T10:13:47.4389905-07:00</SoilSampleEventDate>
  <IrrigationAmount>1</IrrigationAmount>
  <IrrigationMethodId>1</IrrigationMethodId>
  <IrrigationEventDate>2025-04-18T10:13:47.4389905-07:00</IrrigationEventDate>
  <NAppliedFromWater>1</NAppliedFromWater>
  <UseWells>true</UseWells>
  <PPMTotal>1</PPMTotal>
  <IrrigationRecommendation>1</IrrigationRecommendation>
  <lastIrrigationMethod>8</lastIrrigationMethod>
  <ratio>9</ratio>
  <YieldTarget>1</YieldTarget>
  <LastUpdated>sample string 10</LastUpdated>
</FertilizationEventEditViewModel>