get https://api.bitlabs.ai/v1/client/user/history
Get User History returns a sorted list of events where the first element is the most recent. It contains up to
four different types of events: OPEN
, LEAVE
, SCREENOUT
, COMPLETE
.
Events in this response are unique per survey so if a survey was completed, only the complete event is returned
and not the corresponding opening. Only non open events contain a duration property. Only screenout and complete
events contain a user value property.