Duplicate a session
Description: To clone a session and its settings.
Request URL: /api/v4/<orgId>/sessions.json (How to get my <orgId>?)
Method: POST
OAuth scope: ZohoShowtime.sessionapi.CREATE
Params:
{
"session": {
"parentSessionId": <parentSessionId>,
"scheduledTime": 1542119400000,
"scheduledEndTime": 1542123000000,
"deliveryMode": "3",
"name": <newSessionName>,
"timezone": <newSessionTimeZone>
}
}
Parameters | Description |
"parentSessionId" | The ID of the session you wish to duplicate |
"name" | Name of the session |
"scheduledTime" | Scheduled time of session |
"deliveryMode" | '1' refers to a face-to-face session, '3' refers to a remote session |
"scheduledEndTime" | End time of the schedule as at value |
"timezone" | Time zone of your location |
Copied
Show full
Show less