Authorization: Bearer ********************
{
"completed_at": {
"eq": "1s",
"gte": "1s",
"lte": "1s",
"gt": "1s",
"lt": "1s"
},
"call_sid": {
"eq": 0,
"gte": 0,
"lte": 0,
"gt": 0,
"lt": 0,
"any_of": [
0
]
},
"page_size": 0,
"order_by": "string",
"page_token": "string",
"risk_levels": [
"RISK_LEVEL_NONE"
],
"channel_types": [
"CHANNEL_TYPE_EMAIL"
],
"agent_user_ids": [
"string"
],
"scorecard_ids": [
0
],
"category_ids": [
0
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/scorecards/scorecards/listautoevaluations' \
--header 'Content-Type: application/json' \
--data-raw '{
"completed_at": {
"eq": "1s",
"gte": "1s",
"lte": "1s",
"gt": "1s",
"lt": "1s"
},
"call_sid": {
"eq": 0,
"gte": 0,
"lte": 0,
"gt": 0,
"lt": 0,
"any_of": [
0
]
},
"page_size": 0,
"order_by": "string",
"page_token": "string",
"risk_levels": [
"RISK_LEVEL_NONE"
],
"channel_types": [
"CHANNEL_TYPE_EMAIL"
],
"agent_user_ids": [
"string"
],
"scorecard_ids": [
0
],
"category_ids": [
0
]
}'
{
"auto_evaluations": [
{
"completed_at": "1s",
"deleted_at": "1s",
"call_type": "INBOUND",
"risk_level": "RISK_LEVEL_NONE",
"scorecard_info": {
"title": "string"
},
"category_info": {
"title": "string"
},
"channel_type": "CHANNEL_TYPE_EMAIL",
"call_metadata": {
"call_type": "INBOUND",
"call_sid": 0
},
"conversation_metadata": {
"conversation_sid": 0
},
"agent_user_id": "string",
"auto_evaluation_sections": [
{
"deleted_at": "1s",
"created_at": "1s",
"risk_level": "RISK_LEVEL_NONE",
"sort_order": 0,
"auto_evaluation_questions": [
{
"risk_level": "RISK_LEVEL_NONE",
"passed": true,
"sort_order": 0,
"expression_matched": true,
"auto_evaluation_question_id": 0,
"auto_evaluation_id": 0,
"auto_evaluation_section_id": 0,
"auto_question_id": 0,
"flagged": [
0
]
}
],
"auto_evaluation_section_id": 0,
"auto_evaluation_id": 0,
"section_id": 0
}
],
"expression_matched": true,
"call_length": 0,
"auto_evaluation_id": 0,
"scorecard_id": 0,
"call_sid": 0,
"transcript_sid": 0
}
],
"next_page_token": "string"
}