get https://localhost/managev16_Last/api/v1/admin/interactionLog/timelog
/interactionLog
This method supports retrieving interaction logs.
By default, a call to this method will return a list of all logs. To make sure responses are easier to handle, client can request for sets of paginated items by passing these query parameters:
$skip
, skip this number of rows.
$top
,return this number of rows.
startdate
, inclusive start date time for the results.
finishdate
, inclusive finish date time for the results.
The response will include a @nextLink
flag pointing to the next page of results.