Public API FAQ
Common.RoutingTimeLine[activityType="RoutingRequestCreated"].First().timestamp - Sessions.SessionModel.created Common.RoutingTimeLine[activityType="AssignedToOperator"].First().timestamp - Common.RoutingTimeLine[activityType="RoutingRequestCreated"].First().timestamp Common.RoutingTimeLine[activityType="AcceptedByOperator"].First().timestamp - Common.RoutingTimeLine[activityType="AssignedToOperator"].First().timestamp Sessions.SessionModel.guestJoined - Sessions.SessionModel.started (only if the result is positive) Sessions.SessionModel.length Sessions.SessionModel.operators.Max(concluded) - Sessions.SessionModel.operators.Max(left) Common.RoutingTimeLine[activityType="AcceptedByOperator"].First().timestamp - Common.RoutingTimeLine[activityType="AssignedToOperator" & operator.userId=X].First().timestampExplanation of some items in the response to GET /api/v1/Sessions/{id}
Item
Description
How to download recordings and files from the sessions?
Last updated
Was this helpful?