Missing 'answers' section in GET v2/quality/evaluations/query

Hi,

I am trying to get all the evaluations from a specific evaluator for a specific time period.
I am using this endpoint - GET /api/v2/quality/evaluations/query

The result I am getting is missing the 'answers' section in the response.

image

But while using this endpoint - GET
/api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId}

I am getting the answers section in response.

This adds an extra API I need to call just to get the answers section.

Could you please let me know why I am not getting the answers section in the first API - /api/v2/quality/evaluations/query ??

For reference - I am getting the answers section in the 2nd API - api/v2/quality/conversations/{}/evaluations/{}

image

Did you try the expandAnswerTotalScores=true option for the query API? Another possible answer is to add expand=answers to your query string.

--Jason

Thanks, Jason.

Got the result after using expandAnswerTotalScores=true

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