Sharing Profile Questions

2021-12-08 Thread Barak, Tal
Hello, I will appreciate your help with the following two questions: 1. Is there a way to create a sharing profile link which only authenticated users will able to view/use? When I create a sharing profile link from the menu, the link can be used by all users including anonymous users.

Getting record file name using the REST API

2021-12-02 Thread Barak, Tal
Hello, I have two questions, I will appreciate your help with them. A. What is the difference between a "tunnel" and an "active connection"? B. When a connection is configured to be recorded, how can I retrieve (using the REST API) the name of the record file name of a specific active

RE: [External] Re: Passing a token as a query parameter (REST API)

2021-11-30 Thread Barak, Tal
%7C96ece5269c7d48b08daf8b93c90a5d18%7C0%7C0%7C637738853107699369%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000sdata=46TxvWVWzOgGjotpcqa21jaGEup%2FYFfQlNuyiZj1v7g%3Dreserved=0 On Tue, Nov 30, 2021 at 8:02 AM Barak, Tal wrote: > > Hello all, > > >

Passing a token as a query parameter (REST API)

2021-11-30 Thread Barak, Tal
Hello all, I understand that when using the REST API, after generating a token, I must add it to any additional API call as query parameter. 1. Is this the only way when calling REST APIs? Isn't it possible to add it to the body of the message (instead of adding it to the URL)? 2. Isn't