Sessions - Get sessions
This API retrieves all sessions for a specific meeting including meeting details and speakers
Path Parameters
The meeting ID for which to retrieve sessions
Header Parameters
You need an app created on the JioEvents Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Platform.
- 200
- 400
- 401
- 412
Success
Schema
- Array [
- ]
- Array [
- ]
meetingDetails object
Details of the parent meeting
Topic/title of the meeting
Start time of the meeting in ISO format
topicMarkdown object
Markdown topic configuration
Markdown text content
Type of message
Hash value
speakers object[]
List of speakers for the meeting
Unique identifier for the speaker invite
First name of the speaker
Last name of the speaker
Role of the speaker
Unique identifier for the user
Array of social media links
sessions object[]
List of sessions for the meeting
Unique identifier for the session
Topic/title of the session
Description of the session
descriptionMarkdown object
Markdown description configuration
Markdown text content
Type of message
Unique meeting ID for the session
ID of the parent webinar/meeting
Type of session
Start time of the session in ISO format
End time of the session in ISO format
Array of session invites
Current status of the session
Whether the session has been deleted
Creation timestamp
Last modification timestamp
Version number
Array of invited co-hosts
Array of invited speakers
Whether broadcasting is enabled
preRecordedVideo object
Pre-recorded video configuration
Whether pre-recorded video is enabled
Number of loops for pre-recorded video
Array of co-host user IDs
URL for joining the session
Date of the last session
{
"meetingDetails": {
"topic": "Test1 user's JioEvent",
"startTime": "2025-08-21T14:00:00.000Z",
"topicMarkdown": {
"text": "Test1 user's JioEvent",
"messageType": "default"
},
"hash": ""
},
"speakers": [
{
"_id": "mi-89577cd6-b306-4219-a28e-8e42c69c6891",
"firstName": "tp-088573cb-34d3-405d-a954-119ee6aaff92",
"lastName": "",
"role": "Host",
"userId": "u-5075a9a0-cfd0-4dd9-bca9-e441b0df9237",
"socialMediaLinks": []
}
],
"sessions": [
{
"_id": "se-77a4ef5e-0e86-4217-9f5b-08d766a48aef",
"topic": "Welcome Session",
"description": "",
"descriptionMarkdown": {
"text": "",
"messageType": "web"
},
"meetingId": "sm-92e0f49f-5e55-4703-b26e-f9c89898786e",
"parentMeetingId": "sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277",
"type": "default",
"startTime": "2025-08-21T14:00:00.000Z",
"endTime": "2025-08-21T14:30:00.000Z",
"invites": [],
"status": "active",
"isDeleted": false,
"cOn": "2025-08-20T21:28:41.315Z",
"mOn": "2025-08-20T21:28:41.315Z",
"__v": 0,
"invitedCoHosts": [],
"invitedSpeakers": [],
"broadcasting": false,
"preRecordedVideo": {
"enabled": false,
"loop": 1
},
"cohost": [
"u-5075a9a0-cfd0-4dd9-bca9-e441b0df9237"
],
"meetingUrl": "https://jioevents.com/shortener?meetingId=9376680649&pwd=qrBG5"
}
],
"lastSessionDate": "2025-08-21T14:30:00.000Z"
}
Example get sessions response
{
"meetingDetails": {
"topic": "Test1 user's JioEvent",
"startTime": "2025-08-21T14:00:00.000Z",
"topicMarkdown": {
"text": "Test1 user's JioEvent",
"messageType": "default"
},
"hash": ""
},
"speakers": [
{
"_id": "mi-89577cd6-b306-4219-a28e-8e42c69c6891",
"firstName": "tp-088573cb-34d3-405d-a954-119ee6aaff92",
"lastName": "",
"role": "Host",
"userId": "u-5075a9a0-cfd0-4dd9-bca9-e441b0df9237",
"socialMediaLinks": []
}
],
"sessions": [
{
"_id": "se-77a4ef5e-0e86-4217-9f5b-08d766a48aef",
"topic": "Welcome Session",
"description": "",
"meetingId": "sm-92e0f49f-5e55-4703-b26e-f9c89898786e",
"parentMeetingId": "sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277",
"type": "default",
"startTime": "2025-08-21T14:00:00.000Z",
"endTime": "2025-08-21T14:30:00.000Z",
"invites": [],
"status": "active",
"isDeleted": false,
"cOn": "2025-08-20T21:28:41.315Z",
"mOn": "2025-08-20T21:28:41.315Z",
"__v": 0,
"invitedCoHosts": [],
"invitedSpeakers": [],
"broadcasting": false,
"preRecordedVideo": {
"enabled": false,
"loop": 1
},
"cohost": [
"u-5075a9a0-cfd0-4dd9-bca9-e441b0df9237"
],
"meetingUrl": "https://jioevents.com/shortener?meetingId=9376680649&pwd=qrBG5"
},
{
"_id": "se-eff13292-c342-4394-85a1-e64b42fadd2b",
"topic": "Session2",
"description": "",
"descriptionMarkdown": {
"text": "",
"messageType": "web"
},
"meetingId": "sm-0666ba1c-c585-4193-a329-2fc23bd29e72",
"parentMeetingId": "sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277",
"type": "normal",
"startTime": "2025-08-21T14:30:00.000Z",
"endTime": "2025-08-21T15:00:00.000Z",
"invites": [],
"status": "active",
"isDeleted": false,
"cOn": "2025-08-20T21:38:13.546Z",
"mOn": "2025-08-20T21:38:13.546Z",
"__v": 0,
"invitedCoHosts": [],
"invitedSpeakers": [],
"broadcasting": false,
"preRecordedVideo": {
"enabled": false,
"loop": 1
},
"cohost": [
"u-5075a9a0-cfd0-4dd9-bca9-e441b0df9237"
],
"meetingUrl": "https://jioevents.com/shortener?meetingId=0161894358&pwd=dJy2y"
}
],
"lastSessionDate": "2025-08-21T14:30:00.000Z"
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string",
"errors": "string"
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string",
"errors": "string"
}
Schema
Status Code of the API
The error code of the API
The errors array which includes objects with a "property" and "message" properties describing the error
{
"customCode": 0,
"message": "string",
"errorsArray": [
null
]
}