curl --request GET \
--url https://app.herondata.io/api/users/company_overview_layout \
--header 'x-api-key: <api-key>'[
{
"group_name": "<string>",
"id": "<string>",
"widgets": [
{
"id": "<string>",
"type": "scorecard_metric",
"scorecard_metric_date_range": "latest",
"scorecard_metric_label": "<string>"
}
]
}
]curl --request GET \
--url https://app.herondata.io/api/users/company_overview_layout \
--header 'x-api-key: <api-key>'[
{
"group_name": "<string>",
"id": "<string>",
"widgets": [
{
"id": "<string>",
"type": "scorecard_metric",
"scorecard_metric_date_range": "latest",
"scorecard_metric_label": "<string>"
}
]
}
]OK
A unique id used to reference the group
Show child attributes
A unique id used to reference the widget
scorecard_metric, heron_score, loan_revenue_ratio, deposit_trends_ratio latest, last_30_days, last_90_days, last_120_days, last_180_days, last_365_days, next_30_days, next_60_days, next_90_days, next_180_days, last_1_calendar_months, last_3_calendar_months, last_4_calendar_months, last_6_calendar_months, last_12_calendar_months, last_15_calendar_months, last_24_calendar_months, last_1_full_calendar_months, last_2_full_calendar_months, last_3_full_calendar_months, last_6_full_calendar_months, last_12_full_calendar_months, last_60_days, last_45_days, last_2_calendar_months Was this page helpful?