Also, there is no way to apply a policy after the fact and send the evaluations to a new person automatically.
Delete evaluations from API:
https://developer.mypurecloud.com/api/rest/v2/quality/#delete-api-v2-quality-conversations--conversationId--evaluations--evaluationId-That is one-by-one, so you would have to write a script that gets the evaluations using
https://developer.mypurecloud.com/api/rest/v2/quality/#get-api-v2-quality-evaluations-query to get all the evaluations for the agent, then parses the resulting list to form an array of evaluation Ids and iterate through the array to delete them.
I don't see anything in the API to assign evaluations.
------------------------------
George Ganahl GCP (PureCloud), ICCE
Principal Technology Consultant
Genesys
------------------------------
Original Message:
Sent: 01-26-2020 13:23
From: Robert Wakefield-Carl
Subject: Delete assigned evaluation
Either about 4000 mouse clicks or a PostMan session:
1. Search for all evaluations in system
2. Search list for conversation
3. Find conversations for agent as evaluator
4. Delete evaluation for each conversation
There API calls for each step.
Robert
------------------------------
Robert Wakefield-Carl
Avtex Solutions, LLC
Contact Center Innovation Architect
robertwc@avtex.com
https://www.Avtex.com
https://RobertWC.Blogspot.com
Original Message:
Sent: 01-26-2020 09:16
From: Noufal Ebrahim
Subject: Delete assigned evaluation
Dear Team,
one of my evaluater has 1000 plus evaluation is pending and we need to delete all assigned evaluation from him and re assign based on policy , please advice the steps
#QualityManagement