HomeGuidesAPI ReferenceChangelog
Terms of Use
Terms of Use

Release Notes: Public API 2.103.0

  1. 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.