04-26-2023 11:12 PM
When I try to create a meeting with Webex meeting api I get an error saying
"Session type not found by Session type ID"
When I look at the documentation I see Session type id is not required so i do not send it on my request.
I have also tried to print my session types but there is not any session type.
What should I do?
04-27-2023 01:10 AM
Hello @mertdl,
Thanks for your patience so far!
I think you used the /create-a-meeting REST API to create the meeting and I'm not exactly sure from the provided details that which parameters you used to create the meeting. But I can give you the list of parameters minimum you need to use here -
title, start_time, end_time, timezone (yes, timezone is not mandate but better to provide the suitable value, by default it'd take the UTC time format) and that's pretty much all to create a basic meeting using this API.
Next time when you create the meeting following these 4 parameters and if you still face the same error, kindly share us the complete Request Payload from Request tab in the GUI and the complete Response which means the error_message and error_trackingId.
With that, we should be able to check the Log and investigate further on this.
Regards,
Sandip
04-27-2023 02:02 AM
Thanks for your reply
The request that I send is:
and the response i got is :
@sandiban wrote:Hello @mertdl,
Thanks for your patience so far!
I think you used the /create-a-meeting REST API to create the meeting and I'm not exactly sure from the provided details that which parameters you used to create the meeting. But I can give you the list of parameters minimum you need to use here -title, start_time, end_time, timezone (yes, timezone is not mandate but better to provide the suitable value, by default it'd take the UTC time format) and that's pretty much all to create a basic meeting using this API.
Next time when you create the meeting following these 4 parameters and if you still face the same error, kindly share us the complete Request Payload from Request tab in the GUI and the complete Response which means the error_message and error_trackingId.
With that, we should be able to check the Log and investigate further on this.Regards,
Sandip
04-27-2023 03:29 AM
Thanks for the details @mertdl !
But may I ask you to run the API Request at least once from the Webex Developer Portal, API GUI please - https://developer.webex.com/docs/api/v1/meetings/create-a-meeting
Because that way, I can understand you're feeding what value to each field. Check the complete sample Request I've made in Developer portal in the below screenshot -
Same way if you could try once from the Developer Portal directly and share the details.
Few points from my side looking at your API Request Body parameters -
And I checked the trackingId - ROUTER_644A3972-90D0-01BB-0128-0AFDE8970128 and what I find from log for this trackingId is very odd.
Are you running the Request using an Account - csg-meetingops@cisco.com
And is the hostEmail you've used here, does that person belongs from a different Org named "Netkur Bilgi Teknolojileri"
If that's the case, then it's not possible. Because being from one Org, you can't set a meeting for a person from a completely different Org.
Not sure though what exactly the background, but I don't see much of a details for this trackingId other than this.
It'd be great if you could let us know you're running the API Request using which Account and who is in the hostEmail for this Request.
Regards,
Sandip
04-27-2023 03:38 AM
04-27-2023 04:46 AM
Thanks for the details!
This is very odd. Please share the details to devsupport@webex.com and we need to investigate this further.
Kindly share the trackingId in plain text in your email, so that we can just copy it and check the log. Else, we need to manually type from the reference screen shot everytime.
Once you send the details, it'll raise a case in our queue and will take it forward from there.
Thanks!
Sandip
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide