Skip to main content

Add a new session track for a specific date in your event.

Schedule date > Tracks > Sessions

As per the flow we have tracks every available event dates and sessions for each track of each event dates.

So to create session we need session track and to create session track we need event date and scheduledateid.

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 error. We need scheduledateid to uniquely separate tracks for a specific schedule date.

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

Required properties for each session track object:

  • eventid
  • scheduledateid
  • trackname
eventid integer REQUIRED
scheduledateid integer REQUIRED
trackname string REQUIRED
Responses
200

PostPatchResponse

Schema
object[]
id integer
default

Error Response

Schema
code int32

Error code.

message string

String description of the error.