Identifies which Call Target(s) to query (as a single value or a comma-separated list).
Determines whether to include requests for Agent First or Customer First callbacks.
Determines whether to include callback requests that came via phone or widget.
Determines whether to include callback requests registered as ASAP or scheduled.
A timestamp (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ) determining the time from which metrics should be aggregated (inclusive).
A timestamp (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ) determining the time up to which metrics should be aggregated (exclusive).
curl --request GET \--url https://api.getmindful.com/v2/callback/historical/metrics/offers \--header 'Accept: application/json' \--header 'Authorization: Bearer 123'
1{2"data": {3"offers": {4"digital": {5"totalRequestedCallback": 06},7"totalOffers": 0,8"voice": {9"totalChoseMessaging": 0,10"totalChoseToHold": 0,11"totalIncompleteRegistration": 0,12"totalRequestedCallback": 013}14}15}16}