GET v2/irrigation-events/{id}/recommendations-interval-summary.{ext}
Returns CropManage irrigation interval recommendation for a specific irrigation event
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Event ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IrrigationRecommendationSummaryModelName | Description | Type | Additional information |
---|---|---|---|
RecommendedIrrigationAmount | decimal number |
None. |
|
RecommendedIrrigationTime | decimal number |
None. |
|
RecommendedIrrigationInterval | decimal number |
None. |
|
AvailableWater | decimal number |
None. |
|
AverageCropET | decimal number |
None. |
|
AverageRainfall | decimal number |
None. |
|
SumET | decimal number |
None. |
|
ETEvents | Collection of ETWeatherEvent |
None. |
|
ValidRainEventsCount | integer |
None. |
|
CropCoefficientSum | decimal number |
None. |
|
LeechingFactor | decimal number |
None. |
|
Distribution | decimal number |
None. |
|
TotalPrecipitation | decimal number |
None. |
|
CIMISRainfall | string |
None. |
|
DaysSinceLastIrrigation | decimal number |
None. |
|
applicationRate | decimal number |
None. |
|
BaseIrrigationAmount | decimal number |
None. |
|
AverageCropCoefficient | decimal number |
None. |
|
LastIrrigationEventDate | date |
None. |
|
WetArea | decimal number |
None. |
|
HasRecentCutEvents | boolean |
None. |
|
HasRecentIrrigationEvent | boolean |
None. |
|
CropSensitivity | decimal number |
None. |
|
IsImpactedByMacroTunnel | boolean |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{ "RecommendedIrrigationAmount": 1.0, "RecommendedIrrigationTime": 2.0, "RecommendedIrrigationInterval": 3.0, "AvailableWater": 4.0, "AverageCropET": 5.0, "AverageRainfall": 6.0, "SumET": 7.0, "ETEvents": [ { "EventDate": "2025-02-12T06:50:35.8944826-08:00", "ET": 2.0, "Source": "sample string 3", "LastUpdateDate": "2025-02-12T06:50:35.8944826-08:00" }, { "EventDate": "2025-02-12T06:50:35.8944826-08:00", "ET": 2.0, "Source": "sample string 3", "LastUpdateDate": "2025-02-12T06:50:35.8944826-08: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-02-12T06:50:35.8944826-08:00", "WetArea": 1.0, "HasRecentCutEvents": true, "HasRecentIrrigationEvent": true, "CropSensitivity": 1.0, "IsImpactedByMacroTunnel": true }
application/xml, text/xml
Sample:
<IrrigationRecommendationSummaryModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <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-02-12T06:50:35.8944826-08:00</EventDate> <ET>2</ET> <Source>sample string 3</Source> <LastUpdateDate>2025-02-12T06:50:35.8944826-08:00</LastUpdateDate> </ETWeatherEvent> <ETWeatherEvent> <EventDate>2025-02-12T06:50:35.8944826-08:00</EventDate> <ET>2</ET> <Source>sample string 3</Source> <LastUpdateDate>2025-02-12T06:50:35.8944826-08: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-02-12T06:50:35.8944826-08:00</LastIrrigationEventDate> <WetArea>1</WetArea> <HasRecentCutEvents>true</HasRecentCutEvents> <HasRecentIrrigationEvent>true</HasRecentIrrigationEvent> <CropSensitivity>1</CropSensitivity> <IsImpactedByMacroTunnel>true</IsImpactedByMacroTunnel> </IrrigationRecommendationSummaryModel>