Get detailed grade measurement data for a single orchard and date

Returns detailed grade measurement record for a single orchard and date. Pass include=bunch_detail to include bunch dimension fields — response will match the bunch detail schema below.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The fruit_unit response field indicates how data is aggregated. For Grape orchards, data is returned on a bunch level, with fruit_unit: "bunch". In all other cases, data is returned on a fruit level, with fruit_unit: "fruit".

Filter params

Measurement date: the date the fruit images were captured.

Processed date: the date the size results were generated by Aerobotics.

If these fields are left blank, then data is fetched for the past 7 days.

Path Params
integer
required

Unique identifier of the associated orchard

date
required

Measurement date in YYYY-MM-DD format

Query Params
integer

Number of results to return per page.

integer

The initial index from which to return the results.

string
enum
Defaults to harvest_ranges_by_pieces

Selects the bin range for the size distribution. Available options:

• 1mm, 2mm, 2.5mm, 5mm - size intervals
• harvest_ranges_by_weight - Harvest categories weighted by volume
• harvest_ranges_by_pieces - Harvest categories weighted by pieces

Note: The harvest_ranges argument will be deprecated in the future. Use harvest_ranges_by_weight or harvest_ranges_by_pieces instead.

Allowed:
string
enum

Pass bunch_detail to include bunch dimension fields in the response.

Allowed:
Responses

404

{"detail": "No data found"}

500

{"detail": "Unable to complete request at this stage. Please try again shortly"}

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json