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>",
"scorecard_metric_date_range": "latest",
"scorecard_metric_label": "<string>",
"type": "scorecard_metric"
}
]
}
]'
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>",
"scorecard_metric_date_range": "latest",
"scorecard_metric_label": "<string>",
"type": "scorecard_metric"
}
]
}
]'
The new company overview layout
The body is of type object[]
.
OK
Was this page helpful?