12 Forwarded Session Recording

12.1 Lookup by local session identification

POST https://<HOST>:<PORT>/api/forwardedSessionRecording/lookupByLocalSessionIdentification?version=0

Returns a list of session identifiers that match the provided filter.

Required Permissions

  • API

  • Administration

Request Body Structure

The request body is structured as TelIdent JSON object. A description for its fields is at section 27.15.1. For the JSON schema refer to section 27.15.2.

12.2 Set Mute

POST https://<HOST>:<PORT>/api/forwardedSessionRecording/setMute?version=0

Mutes the session specified by the identifier.

Required Permissions

  • API

  • Administration

Request parameters

  • identifier

    Type: String

    The session identifier from the function Lookup by local session identification section 12.1.

  • mute

    Type: Boolean

    Specify if the session should be muted.