ActivityImpact
affected_charts object[]
The affected sibling charts (id + name), sorted by name — the detail behind the charts count, rendered as the rollup entry's hover tooltip. Capped at 50 entries per record; charts always carries the full count.
Array [
idinteger
Chart id.
namestring
Chart name at the change's transaction — it may differ from the live name if the chart was renamed since.
]
chartsinteger
Number of sibling charts on the path entity affected by the same related-record change at this transaction.
ActivityImpact
{
"affected_charts": [
{
"id": 0,
"name": "string"
}
],
"charts": 0
}