Retrieves activity log entries
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Id of the user
The start time(milliseconds) of when you want to receive log events
The end time(milliseconds) of when you want to receive log events
The maximum number of events you want to retrieve(default is 50, maximum of 1000)
The offset location of events you retrieve(default is 0)
HTTP/1.1 200 OK
Content-Type: application/json