Authorization: ********************
{
"order_by": "string",
"page_size": 0,
"page_token": "string",
"return_fields": "string",
"filter": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/scorecards/scorecards/listsmartevaluations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_by": "string",
"page_size": 0,
"page_token": "string",
"return_fields": "string",
"filter": "string"
}'
{
"smart_evaluations": [
{
"smart_evaluation_id": 0,
"scorecard_id": 0,
"transcript_sid": 0,
"agent_user_id": "string",
"score": 0,
"scoring_version": 0,
"scorecard_version": 0,
"complete_time": "1s",
"delete_time": "1s",
"smart_evaluation_sections": [
{
"section_id": 0,
"points": 0,
"possible_points": 0,
"create_time": "1s",
"delete_time": "1s",
"smart_evaluation_questions": [
{
"smart_question_id": 0,
"points": 0,
"possible_points": 0,
"answer": {
"answer_points": 0
},
"create_time": "1s",
"delete_time": "1s"
}
]
}
],
"channel_type": "CHANNEL_TYPE_EMAIL",
"call_metadata": {
"call_sid": 0,
"call_type": "INBOUND"
},
"conversation_metadata": {
"conversation_sid": 0
}
}
],
"next_page_token": "string"
}