curl --request PUT \
--url https://app.herondata.io/api/users/company_overview_layout \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
[
{
"group_name": "<string>",
"id": "<string>",
"widgets": [
{
"id": "<string>",
"type": "scorecard_metric",
"scorecard_metric_date_range": "latest",
"scorecard_metric_label": "<string>"
}
]
}
]
'curl --request PUT \
--url https://app.herondata.io/api/users/company_overview_layout \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
[
{
"group_name": "<string>",
"id": "<string>",
"widgets": [
{
"id": "<string>",
"type": "scorecard_metric",
"scorecard_metric_date_range": "latest",
"scorecard_metric_label": "<string>"
}
]
}
]
'Was this page helpful?