Question 1 of 30
In a scenario where a developer is integrating a Webex application with a third-party service, they need to utilize the Webex API to create a meeting. The developer must ensure that the meeting is scheduled with specific parameters such as start time, duration, and participants. If the developer wants to set a meeting that starts in 30 minutes, lasts for 1 hour, and includes three participants with specific email addresses, which of the following API endpoint configurations would be most appropriate to achieve this?
POST /v1/meetings with a JSON body containing "start": "2023-10-01T12:00:00Z", "duration": 60, "participants": [{"email": "user1@example.com"}, {"email": "user2@example.com"}, {"email": "user3@example.com"}]
POST /v1/meetings with a JSON body containing "start": "2023-10-01T12:30:00Z", "duration": 60, "participants": [{"email": "user1@example.com"}, {"email": "user2@example.com"}, {"email": "user3@example.com"}]
POST /v1/meetings with a JSON body containing "start": "2023-10-01T12:30:00Z", "duration": 30, "participants": [{"email": "user1@example.com"}, {"email": "user2@example.com"}, {"email": "user3@example.com"}]
POST /v1/meetings with a JSON body containing "start": "2023-10-01T12:00:00Z", "duration": 30, "participants": [{"email": "user1@example.com"}, {"email": "user2@example.com"}, {"email": "user3@example.com"}]

Preparing for CISCO 300-920 Developing Applications for Cisco Webex and Webex Devices? Now land the interview.

73% of qualified candidates get rejected because of weak resumes. Build an ATS-optimized, recruiter-ready resume in under 5 minutes - free to start.

Build My Resume Free