Authorization: ********************
{
"call_identifiers": [
{
"sid": 0,
"type": "INBOUND"
}
],
"transcript_sids": [
0
],
"agent_user_ids": [
"string"
],
"created_at": {
"eq": "1s",
"gte": "1s",
"lte": "1s",
"gt": "1s",
"lt": "1s"
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/agenttraining/agenttrainingservice/listlearningopportunities' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"call_identifiers": [
{
"sid": 0,
"type": "INBOUND"
}
],
"transcript_sids": [
0
],
"agent_user_ids": [
"string"
],
"created_at": {
"eq": "1s",
"gte": "1s",
"lte": "1s",
"gt": "1s",
"lt": "1s"
}
}'
{
"learning_opportunities": [
{
"auto_evaluation_id": 0
}
]
}