Request
Body Params application/json
{
"from_datetime": "2024-12-31T17:00:00.000Z",
"to_datetime": "2025-10-08T16:59:59.999Z",
"page_ids": [
{
"id": "338",
"type": "fchat"
}
],
"timeline_type": "day",
"chat_types": [
"fchat"
],
"browser_timezone": 7
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/api/report-salesman/report-overview/' \
--header 'X-Auth-User-Id: 4a28c569-4d21-11ee-ab53-0242c0a80103' \
--header 'Content-Type: application/json' \
--data-raw '{
"from_datetime": "2024-12-31T17:00:00.000Z",
"to_datetime": "2025-10-08T16:59:59.999Z",
"page_ids": [
{
"id": "338",
"type": "fchat"
}
],
"timeline_type": "day",
"chat_types": [
"fchat"
],
"browser_timezone": 7
}'
Responses
application/json Modified at 2025-10-08 07:44:09