Report Files
Request
curl --location --request GET
'<SERVICE ENDPOINT>/analytics/files' \
--header 'Authorization: Bearer <BOT_AUTH_TOKEN>' \
--header 'Content-Type: application/json'Response
[
{
"Id":"...",
"Title":"Monthly convrsations report",
"FromDate":"...",
"ToDate":"...",
"PhysicalFile":"test_report_file.zip"
},
{
...
}
]Response Codes
Last updated