Crop Library
List varieties
List varieties for a given admin crop.
GET
Authentication
Requires a key with thelibrary:read scope.
Query parameters
UUID of the parent admin crop.
Response
Array of variety objects under the admin crop, ordered by
varietyName.Errors
| Status | When |
|---|---|
400 VALIDATION_ERROR | adminCropId not provided |
400 INVALID_ID | adminCropId not a valid UUID |
401 | Missing, malformed, expired, or revoked API key |
403 INSUFFICIENT_SCOPE | Key lacks library:read scope |
429 RATE_LIMIT_EXCEEDED | Per-user rate limit reached |
5xx | Server error |