Hello Support Team,
I was trying to retrieve Intraday Monitoring data via API:
-
For the Forecast data I used the following endpoints:
POST/api/v2/workforcemanagement/businessunits/{businessUnitId}
GET/api/v2/workforcemanagement/businessunits/{businessUnitId }/intraday/planninggroups?date={yyyy-MM-dd} -
For the Actual data I wanted to use the Interaction aggregate query:
POST/api/v2/analytics/conversations/aggregates/quer
I've specified the Group By parameter as
"groupBy": [
"groupId"
]
and I expected that responses will hold the data grouped by Planning groups. However, the result only provides the grouping by media types:
{
"results": [
{
"group": {
"mediaType": "email"
},
....
Is that possible to adjust the query in the way so that there is info about Planning Groups within Business Unit?
Should I use another endpoint(s) to retrieve the Actual data from the Intraday Monitoring view with metrics aggregated by planning groups?
Thank you for your time,
Olga