Détail d'une ruche
GET/beehives/:id
Détail d'une ruche
Request
Path Parameters
id integerrequired
Identifiant de la ruche {@from path}
Responses
- 200
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
- ApiarySimpleRespond
- BeehiveTypeRespond
- BeehiveStatusRespond
- QueenBeeSimpleRespond
Array [
]
id integer
Identifiant
reference stringnullable
Référence
description stringnullable
Description
apiary
object
nullable
Rucher
oneOf
id integer
Identifiant
name stringnullable
Nom
type
object
nullable
Type de ruche
oneOf
id integer
Identifiant
name stringnullable
Nom
type string
Type (hive, nuc-hive, nuc, crate)
maxFrame integernullable
Nombre max de cadres
status
object
nullable
Statut
oneOf
id integer
Identifiant
name stringnullable
Nom
nbFrame integernullable
Nombre de cadres
strength integernullable
Force de la colonie (1-5)
power floatnullable
Puissance (0-1)
behaviour integernullable
Comportement (0=agressif, 1=normal, 2=calme)
exposure stringnullable
Exposition (N, S, E, W)
stored boolean
En stockage
queenBee
object
nullable
Reine actuelle
oneOf
id integer
Identifiant
name stringnullable
Nom/Référence
color stringnullable
Couleur
tags
object[]
Tags
id integer
Identifiant
label stringnullable
Libellé
icon stringnullable
Icône
color stringnullable
Couleur
dateCreated stringnullable
Date de création
dateLastIntervention stringnullable
Date de dernière intervention
{
"id": 12,
"reference": "R-042",
"description": "string",
"apiary": {},
"type": {},
"status": {},
"nbFrame": 0,
"strength": 0,
"power": 0.75,
"behaviour": 0,
"exposure": "string",
"stored": true,
"queenBee": {},
"tags": [
{
"id": 5,
"label": "À surveiller",
"icon": "string",
"color": "#FF5733"
}
],
"dateCreated": "string",
"dateLastIntervention": "string"
}
Ruche inconnue
Loading...