Anurag_Gusain | 2021-03-08 20:49:15 UTC | #1
All -
I am looing for an API though which I can export evaluation report. I tried below API but the output of that API is giving me the question ID and not the exact question we have build.
/api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId}
Can some one help me in identifying the right API which I can use to export complete evaluation report including question and response
anon11147534 | 2021-03-09 17:11:03 UTC | #2
Hi,
The EvaluationQuestionGroup and EvaluationQuestion objects and EvaluationScoringSet objects from GET /api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId} appear to be comprehensive in their inclusion of questions and answers. If you think there is data missing from the API response please log a ticket with Care.
Jerome.Saint-Marc | 2021-03-10 10:51:50 UTC | #3
Hello,
You may have not noticed that there is an expand query parameter that you can set in GET /api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId}. See API endpoint description here.
If you specify evaluationForm using the expand query parameters, the response will also include the questions contents/text.
Regards,
system | 2021-04-10 10:51:52 UTC | #4
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 10200