Disconnect Metrics

Is there an API to retrieve this value? I've looked through the Analytics section and I can't seem to find it. Would it be somewhere else?

It's not in the published API.

GET /api/v2/analytics/reporting/settings/insights

{
	"insightConfigurations": [
		{
			"metric": "tAbandon",
			"thresholds": [
				0.0,
				120.0,
				240.0
			],
			"includeFlowoutsInSlaCalc": false,
			"includeShortAbandonsInSlaCalc": false,
			"includeAbandonsInSlaCalc": true,
			"disconnectCalculationSeconds": 20
		}
	]
}

The other half that page is in GET /api/v2/analytics/reporting/settings

1 Like

I have no idea how you go that, but that was extremely helpful.

Just remember use with caution, not supported, could change at any time, yadda yadda 'on thy own head be it'.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.