Request
Body Params application/json
{
"offset": 1,
"limit": 10,
"page_ids": [],
"search": "",
"filter": "all",
"is_phone": "",
"is_email": "",
"start_time": "2024-08-13T17:00:00.000Z",
"end_time": "2024-09-13T16:59:59.999Z"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/api/form-fchat/export-form-fchat/' \
--header 'X-Auth-User-Id: 4ae433db-30e9-11ee-ab3f-005056a30eb5' \
--header 'Content-Type: application/json' \
--data-raw '{
"offset": 1,
"limit": 10,
"page_ids": [],
"search": "",
"filter": "all",
"is_phone": "",
"is_email": "",
"start_time": "2024-08-13T17:00:00.000Z",
"end_time": "2024-09-13T16:59:59.999Z"
}'
Responses
application/json Modified at 2024-12-17 03:16:14