Module backend::controller::plants
source · Expand description
Plants
endpoints.
Structs§
- Endpoint for fetching or searching
PlantsSummaryDto
. Search parameters are taken from the URLs query string (e.g. …/api/plants?name=example&per_page=5). If no page parameters are provided, the first page is returned. - Endpoint for fetching a
Plant
.