Get Conversation Csat Metrics
AuthorizationBearer <token>
In: header
Query Parameters
date_from?|
ISO datetime lower bound
date_to?|
ISO datetime upper bound
Response Body
application/json
application/json
curl -X GET "https://loading/api/v2/analytics/conversations/csat"{
"avg_rating": 0,
"distribution": [
{
"rating": 0,
"response_count": 0
}
],
"positive_rate": 0,
"positive_responses": 0,
"rated_responses": 0,
"total_responses": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}