Release Notes: Public API 2.103.0
about 1 year ago by Svetoslav Mitov
-
Better Distinguishment of Extended Sessions
Deprecating the previous property extendingSessionId. Add the following properties to the Sessions endpoint:originalSessionId
integer or null
Description: Session ID of the session that the current extended session is extending.extendedBySessionId
integer or null
Description: Id of the session that extends this session.