Skip to main content
GET
/
api
/
common
/
crop
/
Get all crops
curl --request GET \
  --url https://localhost:8080/api/common/crop/
[
  {
    "id": 123,
    "name": "<string>"
  }
]

Response

200 - */*

OK

id
integer
name
string
I