GET
/api/v1/group-types/{group_type_identifier}/risk
curl \
--request GET 'https://app.fridaypulse.com/api/v1/group-types/{group_type_identifier}/risk' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"group": {
"id": 34,
"code": "sales-team",
"name": "Sales Team"
},
"risks": {
"flight": "low_risk",
"burnout": "no_risk",
"under_performance": "high_risk"
},
"sample_date": "2025-07-24",
"contributors": {
"feedback": "no_concern",
"happiness": "no_concern",
"appreciation": "low_concern",
"accomplishment": "high_concern",
"team-cooperation": "no_concern",
"work-life-balance": "no_concern"
}
}
]