rb209_grass_defoliation_sequences_by_country
Retrieve grass defoliation sequences for a selected country, using sward type, management, number of cuts, and new-sward status as filters. Use these sequences to plan cutting or grazing regimes.
Instructions
GET /api/Grass/DefoliationSequences/{swardTypeId}/{swardManagementId}/{numberOfCuts}/{newSward}/{countryId} — The list of different defoliation sequences available for grass fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newSward | Yes | Whether a new sward (true) or not (false). | |
| countryId | Yes | The country id to filter on. | |
| swardTypeId | Yes | The sward type id of the field. | |
| numberOfCuts | Yes | The number of cuts made to the field in the season. | |
| swardManagementId | Yes | The sward management id of the field. |