GET api/2.0/settings/statistics/visit
Get User Visit Statistics
Name |
Description |
Type |
Example |
fromDate
sent in url
|
From Date
|
Date and Time
|
Roundtrip format: 2008-04-10T06-30-00.000Z
|
toDate
sent in url
|
To Date
|
Date and Time
|
Roundtrip format: 2008-04-10T06-30-00.000Z
|
GET api/2.0/settings/statistics/visit?fromDate=2008-04-10T06-30-00.000Z&toDate=2008-04-10T06-30-00.000Z
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
application/json
{
"status": 0,
"response": [
{
"displayDate": "3\/2\/2021",
"date": "2021-03-02T06:12:01.4351324+00:00",
"hosts": 0,
"hits": 0
}
]
}
text/xml
<result>
<status>0</status>
<response>
<displayDate>3/2/2021</displayDate>
<date>2021-03-02T06:12:01.4351324+00:00</date>
<hosts>0</hosts>
<hits>0</hits>
</response>
</result>