Skip to main content

Create a new session for your session track

Schedule date > Tracks > Sessions

To create session we need session track of an event date as per the flow of Sessions.

The request body needs to be in the exact format mentioned in the Request Body description.

Request Body

The structure should be as mentioned or else it will throw errors. We need scheduledateid to uniquely separate tracks for a specific schedule date as well as scheduletrackid to classify under which session track the new session will fall.

We can create one/multiple sessions at the same time. Multiple single session objects can be pushed into the resource collection.

Required properties for each session:

  • eventid
  • scheduletrackid
  • scheduledateid

Expected property details:

  • sessiontype is ENUM. Allowed values are:
    • general
    • private
    • additional
    • addprivate
    • rsvp
  • location should be an correct map address.
  • checkintype is ENUM and allowed datas are:
    • nocheckinneeded => No check in are required.
    • showqr => Attendee has to show their QR to attend this session.
    • scanqr => Attendee can scan QR and attend this session.
eventid integer REQUIRED
scheduledateid integer REQUIRED
scheduletrackid integer REQUIRED
title string REQUIRED
description string
coverimage string
location string
starttime string REQUIRED
endtime string REQUIRED
sessiontype string REQUIRED

Possible values: [general, private, additional, addprivate, rsvp]

speakerid integer
additioalspeakers string
checkintype string

Possible values: [nocheckinneeded, showqr, scanqr]

rsvp boolean
unlimitedcapacity boolean
capacity integer
privateSessionUsers string
tags string
file1 string
file2 string
file3 string
file4 string
file5 string
videolink string
additionalvideo1 string
restrictstarttime1 boolean
additionalvideo2 string
restrictstarttime2 boolean
additionalvideo3 string
restrictstarttime3 boolean
additionalvideo4 string
restrictstarttime4 boolean
additionalvideo5 string
restrictstarttime5 boolean
ticketassociated boolean
Responses
200

PostPatchResponse

Schema
object[]
id integer
default

Error Response

Schema
code int32

Error code.

message string

String description of the error.