Last updated 1 year ago
A search term.
GET /api/cropsfamilies/ HTTP/1.1 Host: Accept: */*
[ { "id": 1, "key": "123e4567-e89b-12d3-a456-426614174000", "name": "text", "observation": "text" } ]
A unique integer value identifying this family.
GET /api/cropsfamilies/{id}/ HTTP/1.1 Host: Accept: */*
{ "id": 1, "key": "123e4567-e89b-12d3-a456-426614174000", "name": "text", "observation": "text" }