Get generic analytics on collections
Request
Add parameter in header Authorization
Example:Authorization: ********************
Request samples
curl --location --request GET '/analytics/collections?start_date=2023-10-12 12:45:00&end_date=2023-12-12 12:45:00&user_id=5678456&tag_id=45' \
--header 'Accept: application/json' \
--header 'Authorization;'
Responses
application/json {
"status": "<string>",
"views": [
{
"total": "<string>",
"realtime": "<string>"
},
{
"total": "<string>",
"realtime": "<string>"
}
],
"sessions": [
{
"total": "<string>",
"average": "<string>"
},
{
"total": "<string>",
"average": "<string>"
}
],
"interactions": [
{
"total": "<string>",
"comments": "<string>",
"live_chat": "<string>"
},
{
"total": "<string>",
"comments": "<string>",
"live_chat": "<string>"
}
]
}
Modified at 2024-09-04 17:30:46