GET v2/plantings/{plantingId}/totals/applied-water.json?startDate={startDate}&endDate={endDate}
Given planting ID, start and end dates, return total applied water
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
plantingId | integer |
Required |
|
startDate | date |
Required |
|
endDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
decimal numberResponse Formats
application/json, text/json, text/html
Sample:
1.0
application/xml, text/xml
Sample:
<decimal>1</decimal>