Creating a Session
This step shows how to create a session with PerculusAPI.
The list below explains all the parameters available when creating a session.
name
string
Yes
n/a
Session's name
description
string
Yes
n/a
Session's description
tags
string
No
null
A comma separated list of tags
start_date
string
Yes
n/a
duration
integer
Yes
n/a
Session duration in minutes. It can be between 5 and 360 minutes.
lang
string
No
tr-TR
timezone
string
No
Europe/Istanbul
options
No
See object
allow_recording
bool
No
true
Flag to determine if the session will be recorded
inaccessible_replay
bool
No
false
Flag to determine if the session's replay should be inaccessible
Example below shows how to create a new session with a specified set of parameters.
Below is an example response from the service:
Last updated
Was this helpful?