List of Meeting API
You can use this API to get the list of meetings.
​OAuth Scope: ZohoMeeting.meeting.READ
Arguments
listtype | Required List Type of the Meeting. Allowed Regex: all | past | today | upcoming |
index | Required Index of the Meeting Record |
count | Required Count of the Meeting Records needed in list |
CopiedGET /{zsoid}/sessions.json
Request Example
Copied$ curl https://meeting.zoho.com/api/v2/{zsoid}/sessions.json
-H "Content-Type: application/json;charset=UTF-8"
-H "Authorization: Zoho-oauthtoken ba4604e8e433g9c892e360d53463oec5"
Response Example
CopiedHTTP/1.1 200 OK
Content-Type:application/json;charset=UTF-8
{
"session": [
{
"meetingKey": 123456789,
"topic": "Monthly Marketing Meeting",
"presenterEmail": "frida.m@zylker.com",
"presenterZuid": 123456789,
"startTime": "Jun 19, 2020 07:00 PM IST",
"endTime": "Jun 19, 2020 08:00 PM IST",
"duration": 3600000,
"timezone": "Asia/Calcutta",
"creatorZuid": 123456789,
"joinLink": "https://meeting.zoho.com/join?key=123456789",
"meetingEmbedUrl": "https://meeting.zoho.com/meeting/login/embedmeeting.jsp?meetingKey=1046517098&newWindow=true&t=cd14920943b8be630e8e485040a24177bd57e92a87f8db4f698d108ca23b0b7c",
"pwd": "a***z",
"encryptPwd": "a***z",
"sysId": 98726527628726
}
],
"count": 34
}
On this page