curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api&version&method&start&limit&sort_by&sort_direction&offset&action&_sid=<api-key>'{
"success": true,
"data": {
"items": [
{
"can_be_kicked": true,
"descr": "string",
"did": "string",
"first_login_time": "string",
"from": "string",
"is_amfa": true,
"is_current_connected": true,
"is_otp_trusted": true,
"location": "string",
"pid": 0,
"protocol": "string",
"time": "string",
"type": "string",
"user_agent": "string",
"user_can_be_disabled": true,
"who": "string"
}
],
"systime": "string",
"total": 0
}
}