GET
/watering/history/{users_plants_id}
curl \
--request GET 'http://localhost:8000/watering/history/{users_plants_id}'
Response examples (200)
[
{
"id": 42,
"users_plants_id": 42,
"watering_type": "string",
"created_at": "2025-05-04T09:42:00Z"
}
]
Response examples (404)
{
"message": "Planta não encontrada."
}