Sentimientos IA
Obtener sentimientos IA
POST
/reports/exports/ai/sentiments
Podrás usar este endpoint para exportar los registros de sentimientos IA de tu cuenta.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <api-token>
Body
Name
Type
Description
Requerido
$sort
número
Orden más antiguo (1
), más nuevo (-1
)
start
fecha
Rango inicial en formato ISO
end
fecha
Rango final en formato ISO
keys
objeto (opcional)
Listado con el nombre de columnas
Response
{
"$limit": 5000,
"columns": [
"Identificador",
"Entity Type",
"Fecha",
"Texto del Sentimiento",
"Número del Sentimiento",
"Solicitado en"
],
"data": [
{
"Identificador": "67ed33276969ca55b8acacce",
"Entity Type": "calls",
"Número del Sentimiento": 0.667,
"Texto del Sentimiento": "neutral",
"Solicitado en": "02/04/2023, 10:16:13",
"Fecha": "02/04/2023, 10:16:24"
}
]
}
Última actualización
¿Te fue útil?