Convert into SDK Sessions
This converts the normal meetings scheduled previously in Zoho Meeting to SDK sessions.
API: https://meeting.zoho.com/api/v2/{orgId}/sdk/session/convert/{sysId}
Method : POST
OAuth Scope : ZohoMeeting.sdk.READ
Path Params:
orgId - organization ID that is retrieved from the currentUser API
sysId - sysId that is obtained from get the SDK meeting list API
Query Params:
index - Page No. Default value is 0
count - No.of Records for each page. Default value is 20
filterType - sdkMeetingList
listtype - upcoming → upcoming sessions, past → Past sessions
Request Example
Copiedhttps://meeting.zoho.com/api/v2/1234567/session/convert/{sysId}
Response Example
Copied {
"representation": {
"status": "Success"
},
"resourceType": "/meeting/api/v2/77994516/sdk/session/convert/556536000000214030"
}