Request
Body Params application/json
{
"start_date": "2024-03-20T17:00:00.000Z",
"end_date": "2024-04-19T16:59:59.999Z",
"page_id": [
"7"
],
"offset": 1,
"limit": 10,
"filter": "all"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/api/report-ip/export-top-ip-connect/' \
--header 'X-Auth-User-Id: 1c57758c-f9ea-11ed-a0c5-0242c0a80103' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_date": "2024-03-20T17:00:00.000Z",
"end_date": "2024-04-19T16:59:59.999Z",
"page_id": [
"7"
],
"offset": 1,
"limit": 10,
"filter": "all"
}'
Responses
application/json Modified at 2024-05-16 04:36:30