Skip to main content
GET
/
api
/
v2
/
analytics
/
farm
/
breed-benchmark
/
{breed}
/
{cycleId}
Get breed-specific benchmarks Shows average performance metrics for all flock...
curl --request GET \
  --url http://localhost:3000/api/v2/analytics/farm/breed-benchmark/{breed}/{cycleId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT obtained from POST /api/v1/auth/login.

Path Parameters

breed
string
required

breed identifier

cycleId
string
required

cycleId identifier

Response

OK

Resource data (object or array depending on endpoint).