Request
Body Params application/json
{
"offset": 1,
"limit": 10,
"page_ids": [],
"search": "",
"is_phone": "",
"is_email": "",
"start_time": "2024-08-26T17:00:00.000Z",
"end_time": "2024-09-26T16:59:59.999Z",
"sort": "new"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/api/form-website/list-form-website/' \
--header 'X-Auth-User-Id: bb8141af-f2ed-11ed-a0c5-0242c0a80103' \
--header 'Cookie: csrftoken=eyuuQUkLU2BMcW2KECvaNS6kvJTsC5XQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"offset": 1,
"limit": 10,
"page_ids": [],
"search": "",
"is_phone": "",
"is_email": "",
"start_time": "2024-08-26T17:00:00.000Z",
"end_time": "2024-09-26T16:59:59.999Z",
"sort": "new"
}'
Responses
application/json Modified at 2024-09-26 02:20:43