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

Returns an irrigation event

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

irrigation event ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

IrrigationEventEditJSON
NameDescriptionTypeAdditional information
Id

integer

None.

IrrigationMethods

Collection of IrrigationMethod

None.

StartDate

date

None.

EndDate

date

None.

InitialDate

date

None.

LastIrrigationEventDate

date

None.

PlantingEndDate

date

None.

EventDate

date

None.

IrrigationMethodId

integer

None.

WetArea

integer

None.

ManagerAmountRecommendation

decimal number

None.

ManagerAmountRecommendationHours

decimal number

None.

PlantingStartDate

date

None.

Rainfall

decimal number

None.

WaterApplied

decimal number

None.

WaterAppliedHours

decimal number

None.

RecommendedIrrigationAmount

string

None.

RecommendedInterval

decimal number

None.

recalculateFlag

boolean

None.

recalculateReason

string

None.

newRecommendationAmount

decimal number

None.

newRecommendationTime

decimal number

None.

CIMISPrecipitation

string

None.

DripApplicationRate

decimal number

None.

SprinklerApplicationRate

decimal number

None.

MicroSprinklerApplicationRate

decimal number

None.

FlowMeterArea

decimal number

None.

DripFlowMeterArea

decimal number

None.

MicroSprinklerFlowMeterArea

decimal number

None.

FlowMeterGallons

decimal number

None.

HasFlowMeterData

boolean

None.

isLastUpdatedUserCropManage

boolean

None.

Ratio

decimal number

None.

RecommendationSummary

IrrigationRecommendationSummaryModel

None.

RecentIrrigationEventExists

boolean

None.

RecentCutEventExists

boolean

None.

CustomDeficit

decimal number

None.

AverageDeficit

decimal number

None.

DaysSinceLastIrrigation

integer

None.

IsCustomDeficitEnabled

boolean

None.

WetAreaDrip

integer

None.

WetAreaMicroSprinkler

integer

None.

LastUpdated

string

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "PlantingEndDate": "2025-04-18T10:20:26.8444814-07:00",
  "EventDate": "2025-04-18T10:20:26.8444814-07:00",
  "IrrigationMethodId": 3,
  "WetArea": 1,
  "ManagerAmountRecommendation": 1.0,
  "ManagerAmountRecommendationHours": 1.0,
  "PlantingStartDate": "2025-04-18T10:20:26.8444814-07:00",
  "Rainfall": 5.0,
  "WaterApplied": 1.0,
  "WaterAppliedHours": 1.0,
  "RecommendedIrrigationAmount": "sample string 6",
  "RecommendedInterval": 1.0,
  "recalculateFlag": true,
  "recalculateReason": "sample string 8",
  "newRecommendationAmount": 9.0,
  "newRecommendationTime": 10.0,
  "CIMISPrecipitation": "sample string 11",
  "DripApplicationRate": 1.0,
  "SprinklerApplicationRate": 1.0,
  "MicroSprinklerApplicationRate": 1.0,
  "FlowMeterArea": 1.0,
  "DripFlowMeterArea": 1.0,
  "MicroSprinklerFlowMeterArea": 1.0,
  "FlowMeterGallons": 12.0,
  "HasFlowMeterData": true,
  "isLastUpdatedUserCropManage": true,
  "Ratio": 15.0,
  "RecommendationSummary": {
    "RecommendedIrrigationAmount": 1.0,
    "RecommendedIrrigationTime": 2.0,
    "RecommendedIrrigationInterval": 3.0,
    "AvailableWater": 4.0,
    "AverageCropET": 5.0,
    "AverageRainfall": 6.0,
    "SumET": 7.0,
    "ETEvents": [
      {
        "EventDate": "2025-04-18T10:20:26.8444814-07:00",
        "ET": 2.0,
        "Source": "sample string 3",
        "LastUpdateDate": "2025-04-18T10:20:26.8444814-07:00"
      },
      {
        "EventDate": "2025-04-18T10:20:26.8444814-07:00",
        "ET": 2.0,
        "Source": "sample string 3",
        "LastUpdateDate": "2025-04-18T10:20:26.8444814-07:00"
      }
    ],
    "ValidRainEventsCount": 1,
    "CropCoefficientSum": 8.0,
    "LeechingFactor": 1.0,
    "Distribution": 9.0,
    "TotalPrecipitation": 10.0,
    "CIMISRainfall": "sample string 11",
    "DaysSinceLastIrrigation": 12.0,
    "applicationRate": 13.0,
    "BaseIrrigationAmount": 14.0,
    "AverageCropCoefficient": 15.0,
    "LastIrrigationEventDate": "2025-04-18T10:20:26.8444814-07:00",
    "WetArea": 1.0,
    "HasRecentCutEvents": true,
    "HasRecentIrrigationEvent": true,
    "CropSensitivity": 1.0,
    "IsImpactedByMacroTunnel": true
  },
  "RecentIrrigationEventExists": true,
  "RecentCutEventExists": true,
  "CustomDeficit": 1.0,
  "AverageDeficit": 1.0,
  "DaysSinceLastIrrigation": 18,
  "IsCustomDeficitEnabled": true,
  "WetAreaDrip": 1,
  "WetAreaMicroSprinkler": 1,
  "LastUpdated": "sample string 20",
  "Id": 1,
  "IrrigationMethods": [
    {
      "Id": 1,
      "Name": "sample string 2",
      "IsActive": true
    },
    {
      "Id": 1,
      "Name": "sample string 2",
      "IsActive": true
    }
  ],
  "StartDate": "2025-04-18T10:20:26.8444814-07:00",
  "EndDate": "2025-04-18T10:20:26.8444814-07:00",
  "InitialDate": "2025-04-18T10:20:26.8444814-07:00",
  "LastIrrigationEventDate": "2025-04-18T10:20:26.8444814-07:00"
}

application/xml, text/xml

Sample:
<IrrigationEventEditJSON xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PlantingEndDate>2025-04-18T10:20:26.8444814-07:00</PlantingEndDate>
  <EventDate>2025-04-18T10:20:26.8444814-07:00</EventDate>
  <IrrigationMethodId>3</IrrigationMethodId>
  <WetArea>1</WetArea>
  <ManagerAmountRecommendation>1</ManagerAmountRecommendation>
  <ManagerAmountRecommendationHours>1</ManagerAmountRecommendationHours>
  <PlantingStartDate>2025-04-18T10:20:26.8444814-07:00</PlantingStartDate>
  <Rainfall>5</Rainfall>
  <WaterApplied>1</WaterApplied>
  <WaterAppliedHours>1</WaterAppliedHours>
  <RecommendedIrrigationAmount>sample string 6</RecommendedIrrigationAmount>
  <RecommendedInterval>1</RecommendedInterval>
  <recalculateFlag>true</recalculateFlag>
  <recalculateReason>sample string 8</recalculateReason>
  <newRecommendationAmount>9</newRecommendationAmount>
  <newRecommendationTime>10</newRecommendationTime>
  <CIMISPrecipitation>sample string 11</CIMISPrecipitation>
  <DripApplicationRate>1</DripApplicationRate>
  <SprinklerApplicationRate>1</SprinklerApplicationRate>
  <MicroSprinklerApplicationRate>1</MicroSprinklerApplicationRate>
  <FlowMeterArea>1</FlowMeterArea>
  <DripFlowMeterArea>1</DripFlowMeterArea>
  <MicroSprinklerFlowMeterArea>1</MicroSprinklerFlowMeterArea>
  <FlowMeterGallons>12</FlowMeterGallons>
  <HasFlowMeterData>true</HasFlowMeterData>
  <isLastUpdatedUserCropManage>true</isLastUpdatedUserCropManage>
  <Ratio>15</Ratio>
  <RecommendationSummary>
    <RecommendedIrrigationAmount>1</RecommendedIrrigationAmount>
    <RecommendedIrrigationTime>2</RecommendedIrrigationTime>
    <RecommendedIrrigationInterval>3</RecommendedIrrigationInterval>
    <AvailableWater>4</AvailableWater>
    <AverageCropET>5</AverageCropET>
    <AverageRainfall>6</AverageRainfall>
    <SumET>7</SumET>
    <ETEvents>
      <ETWeatherEvent>
        <EventDate>2025-04-18T10:20:26.8444814-07:00</EventDate>
        <ET>2</ET>
        <Source>sample string 3</Source>
        <LastUpdateDate>2025-04-18T10:20:26.8444814-07:00</LastUpdateDate>
      </ETWeatherEvent>
      <ETWeatherEvent>
        <EventDate>2025-04-18T10:20:26.8444814-07:00</EventDate>
        <ET>2</ET>
        <Source>sample string 3</Source>
        <LastUpdateDate>2025-04-18T10:20:26.8444814-07:00</LastUpdateDate>
      </ETWeatherEvent>
    </ETEvents>
    <ValidRainEventsCount>1</ValidRainEventsCount>
    <CropCoefficientSum>8</CropCoefficientSum>
    <LeechingFactor>1</LeechingFactor>
    <Distribution>9</Distribution>
    <TotalPrecipitation>10</TotalPrecipitation>
    <CIMISRainfall>sample string 11</CIMISRainfall>
    <DaysSinceLastIrrigation>12</DaysSinceLastIrrigation>
    <applicationRate>13</applicationRate>
    <BaseIrrigationAmount>14</BaseIrrigationAmount>
    <AverageCropCoefficient>15</AverageCropCoefficient>
    <LastIrrigationEventDate>2025-04-18T10:20:26.8444814-07:00</LastIrrigationEventDate>
    <WetArea>1</WetArea>
    <HasRecentCutEvents>true</HasRecentCutEvents>
    <HasRecentIrrigationEvent>true</HasRecentIrrigationEvent>
    <CropSensitivity>1</CropSensitivity>
    <IsImpactedByMacroTunnel>true</IsImpactedByMacroTunnel>
  </RecommendationSummary>
  <RecentIrrigationEventExists>true</RecentIrrigationEventExists>
  <RecentCutEventExists>true</RecentCutEventExists>
  <CustomDeficit>1</CustomDeficit>
  <AverageDeficit>1</AverageDeficit>
  <DaysSinceLastIrrigation>18</DaysSinceLastIrrigation>
  <IsCustomDeficitEnabled>true</IsCustomDeficitEnabled>
  <LastUpdated>sample string 20</LastUpdated>
  <Id>1</Id>
  <IrrigationMethods>
    <IrrigationMethod>
      <Id>1</Id>
      <Name>sample string 2</Name>
      <IsActive>true</IsActive>
    </IrrigationMethod>
    <IrrigationMethod>
      <Id>1</Id>
      <Name>sample string 2</Name>
      <IsActive>true</IsActive>
    </IrrigationMethod>
  </IrrigationMethods>
  <StartDate>2025-04-18T10:20:26.8444814-07:00</StartDate>
  <EndDate>2025-04-18T10:20:26.8444814-07:00</EndDate>
  <InitialDate>2025-04-18T10:20:26.8444814-07:00</InitialDate>
  <LastIrrigationEventDate>2025-04-18T10:20:26.8444814-07:00</LastIrrigationEventDate>
</IrrigationEventEditJSON>