Request
Body Params application/json
{
"start_date": "2024-08-25T17:00:00.000Z",
"end_date": "2024-09-24T16:59:59.999Z",
"page_id": [
"1438"
],
"offset": 1,
"limit": 10
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/api/report-ip/top-ip-connect/?limit=20&offset=1' \
--header 'X-Auth-User-Id: aa90ccd3-37f6-11ee-b0b3-005056a3619d' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_date": "2024-08-25T17:00:00.000Z",
"end_date": "2024-09-24T16:59:59.999Z",
"page_id": [
"1438"
],
"offset": 1,
"limit": 10
}'
Responses
application/json Modified at 2024-09-24 02:12:43