Détail d'un rucher
GET/apiaries/:id
Détail d'un rucher
Request
Path Parameters
id integerrequired
Identifiant du rucher {@from path}
Responses
- 200
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
id integer
Identifiant
name stringnullable
Nom du rucher
description stringnullable
Description
localisation stringnullable
Localisation
lat floatnullable
Latitude
lng floatnullable
Longitude
warehouse boolean
Entrepôt/lieu de stockage
beehiveCount integer
Nombre de ruches
dateAdd stringnullable
Date de création
{
"id": 3,
"name": "Les Tilleuls",
"description": "string",
"localisation": "Route des Lavandes, 04000 Digne",
"lat": 44.0923,
"lng": 6.2358,
"warehouse": false,
"beehiveCount": 0,
"dateAdd": "string"
}
Rucher inconnu
Loading...