Ruches d'un rucher
GET/apiaries/:id/beehives
Ruches d'un rucher
Request
Path Parameters
id integerrequired
Identifiant du rucher {@from path}
Query Parameters
page integer
Page {@from query} {@required false}
limit integer
Items par page {@from query} {@required false}
Responses
- 200
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
- ApiarySimpleRespond
- BeehiveTypeRespond
- BeehiveStatusRespond
- QueenBeeSimpleRespond
Array [
]
]
data
object[]
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
pagination object
{
"data": [
{
"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"
}
],
"pagination": {}
}
Rucher inconnu
Loading...