200-901 Question 68
Select 2A developer is tasked with building a custom application that integrates with Cisco Webex to provide real-time meeting notifications and retrieve meeting recordings. Which of the following Cisco Webex API capabilities should the developer utilize?
- A
Real-time event subscriptions using Webhooks
- B
The Meetings API to list and retrieve meeting recordings
- C
The Devices API to manage Webex Room devices
- D
The Messaging API to send messages to Webex spaces
- E
The People API to retrieve user profile information
Show answer and explanation
Correct answers: A, B
Explanation
To provide real-time meeting notifications and retrieve meeting recordings, the developer needs to use Webhooks for event subscriptions to get real-time updates and the Meetings API to access meeting recordings. Other APIs like Devices, Messaging, or People APIs are not relevant to this specific use case.
- A. Correct.
Real-time event subscriptions using Webhooks enable the application to receive notifications about events such as meeting starts, ends, or updates, which is essential for real-time meeting notifications.
- B. Correct.
The Meetings API provides functionality to list and retrieve meeting recordings, making it suitable for accessing meeting recordings in the application.
- C. Incorrect.
The Devices API is used for managing Webex Room devices but is not relevant for meeting notifications or recordings.
- D. Incorrect.
The Messaging API is used for interacting with Webex spaces and sending messages, but it does not deal with meeting notifications or recordings.
- E. Incorrect.
The People API is used to retrieve user information like profiles and status but is not related to meeting notifications or recordings.